clang-1/tools
Roman Divacky fc2929fdb7 Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user
specifies not to. Dont build ASTMatchers with Rewriter disabled and
StaticAnalyzer when it's disabled.

Without all those three, the clang binary shrinks (x86_64) from ~36MB
to ~32MB (unstripped).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170135 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 16:09:42 +00:00
..
arcmt-test Sort #include lines for tools/... 2012-12-04 09:25:21 +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] Introduce a new indexing mode where we skip function bodies 2012-12-06 19:41:16 +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 Sort #include lines for tools/... 2012-12-04 09:25:21 +00:00
driver Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00
libclang [libclang] Make sure tokens from preprocessor directives are annotated as such, 2012-12-12 01:05:25 +00:00
scan-build [analyzer] scan-build: Don't forget to close our temp file for Clang's output. 2012-11-28 19:12:44 +00:00
scan-view Further harden checking that scan-view isn't serving up pages outside 2012-10-12 22:56:38 +00:00
CMakeLists.txt [CMake] clang/tools/extra may be included by LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR. 2012-10-10 13:46:18 +00:00
Makefile [c-index-test] When building with BUILD_CLANG_ONLY=YES, include c-index-test. 2012-11-06 19:14:25 +00:00