llvm-project/clang/tools/c-index-test
Dmitri Gribenko 9fcad0947c Force C89 for c-index-test.c
MSVC supports only C89, so it is important to keep c-index-test.c
buildable with C89.  However, Clang defaults to C99, so while building
Clang with Clang one can introduce C99 constructs into c-index-test.c
without noticing.

Thanks to Nakamura Takumi for helping with MSVC bits.

llvm-svn: 167561
2012-11-07 23:52:25 +00:00
..
CMakeLists.txt Force C89 for c-index-test.c 2012-11-07 23:52:25 +00:00
Makefile [c-index-test] Do install c-index-test because it's not just for tests, 2012-11-06 02:12:21 +00:00
c-index-test.c [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for 2012-11-01 02:01:34 +00:00