summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2011-02-14 20:14:11 +0000
committerOscar Fuentes <ofv@wanadoo.es>2011-02-14 20:14:11 +0000
commitc9987fbbfe1b85f5a97ff7e4806dcb4b21be4e55 (patch)
tree9be8f6cc0f95c8a55ca385b80d0f4f46432442b2 /clang/lib/StaticAnalyzer
parent210b06a21316039e24de57a52705e27bc76c917f (diff)
downloadbcm5719-llvm-c9987fbbfe1b85f5a97ff7e4806dcb4b21be4e55.tar.gz
bcm5719-llvm-c9987fbbfe1b85f5a97ff7e4806dcb4b21be4e55.zip
Add current binary and source directories to the header search list
for all compiler invocations. llvm-svn: 125514
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt b/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
index c96b42db1ea..8c1f91f0c27 100644
--- a/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
+++ b/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
@@ -5,10 +5,6 @@ tablegen(Checkers.inc
add_custom_target(ClangSACheckers
DEPENDS Checkers.inc)
-# So 'Checkers.inc' can be included from the cmake build directory.
-# FIXME: Someone more familiar with cmake should enable this for all of LLVM.
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I ${CMAKE_CURRENT_BINARY_DIR}")
-
set(LLVM_USED_LIBS clangBasic clangAST)
add_clang_library(clangStaticAnalyzerCheckers
OpenPOWER on IntegriCloud