clang/tools/c-index-test
NAKAMURA Takumi 6d5552131a c-index-test.c: Fix cygwin warning not to pass signed char to islower(c).
Cygwin's ctype.h says;
/* These macros are intentionally written in a manner that will trigger
   a gcc -Wall warning if the user mistakenly passes a 'char' instead
   of an int containing an 'unsigned char'.
   (snip) */

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127308 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-09 03:02:28 +00:00
..
CMakeLists.txt Re-instate r125819 and r125820 with no functionality change 2011-02-19 23:03:58 +00:00
Makefile [PR9321] "make install" does not need install c-index-test. It is used for testing. 2011-02-28 05:21:34 +00:00
c-index-test.c c-index-test.c: Fix cygwin warning not to pass signed char to islower(c). 2011-03-09 03:02:28 +00:00