llvm-project/clang/tools
Argyrios Kyrtzidis 6a80e7564f [libclang] Don't disable the preprocessing record while indexing so as
to not mess up with module building.

It was not worth trying to combine indexing without preprocessing record
and building modules with one because:

-just importing a module/PCH that was built with a pp record, enables it anyway
-the performance gain of indexing without the preprocessing record is insignificant.

llvm-svn: 165352
2012-10-06 01:18:35 +00:00
..
arcmt-test Split library clangRewrite into clangRewriteCore and clangRewriteFrontend. 2012-09-01 05:09:24 +00:00
c-arcmt-test Comment that clang.dll is unavailable on cygming yet. 2012-09-01 07:38:58 +00:00
c-index-test [libclang] Now that we have a CXModule object, pass it to the 2012-10-05 00:22:40 +00:00
clang-check clang-check: Add clangRewriteCore.a to the Makefile build to make it link again. 2012-10-03 14:35:38 +00:00
diag-build Add new tool 'diag-build' for showing enabled warnings in a project. 2012-06-18 21:31:37 +00:00
diagtool Add color output to 'diagtool tree' to show what warnings are enabled by default. 2012-10-05 22:07:14 +00:00
driver Follow up on llvm r164132. 2012-09-18 16:09:16 +00:00
libclang [libclang] Don't disable the preprocessing record while indexing so as 2012-10-06 01:18:35 +00:00
scan-build Have set-xcode-analyer report an error if no xcspec file could be found. 2012-09-26 18:19:55 +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 Initial support for recursing into the new clang-tools-extra repository 2012-08-07 08:37:42 +00:00
Makefile Remove the directory that these are already in. 2012-10-03 21:08:21 +00:00