llvm-project/clang/tools
Oscar Fuentes 87eb515aba libclang output name is now libclang. This solves a name collision
when building with Visual Studio. `clang.dll' and `clang.exe' would
have the same `clang.ilk' and `clang.pdb'. On a serial build those
files would be overwritten as clang.exe/clang.dll are created. On a
parallel build there is a risk of both files being written at the same
time. On that case VS fails.

llvm-svn: 129239
2011-04-10 02:29:27 +00:00
..
c-index-test c-index-test.c: Fix cygwin warning not to pass signed char to islower(c). 2011-03-09 03:02:28 +00:00
driver Driver: Sketch driver support for a CC_LOG_DIAGNOSTICS options, similar to the 2011-04-07 18:01:20 +00:00
libclang libclang output name is now libclang. This solves a name collision 2011-04-10 02:29:27 +00:00
scan-build Filter our experimental checks in scan-build's checker listing. 2011-04-05 00:21:49 +00:00
scan-view Fix call to send_error() in scan-view. An int error code is expected but a string was being sent. Patch by Andrew Price! 2011-02-21 19:26:48 +00:00
CMakeLists.txt Rename 'CIndex' to 'libclang', since it has basically become our stable public 2010-04-30 21:51:10 +00:00
Makefile libclang and c-index-test can be built on Cygming. 2010-11-09 03:25:21 +00:00