aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/StaticAnalyzer/CMakeLists.txt2
-rw-r--r--lib/StaticAnalyzer/Checkers/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/StaticAnalyzer/CMakeLists.txt b/lib/StaticAnalyzer/CMakeLists.txt
index cf81e1d5ad..8606cd263c 100644
--- a/lib/StaticAnalyzer/CMakeLists.txt
+++ b/lib/StaticAnalyzer/CMakeLists.txt
@@ -4,6 +4,7 @@ set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
add_clang_library(clangStaticAnalyzerCore
AggExprVisitor.cpp
+ AnalysisConsumer.cpp
AnalysisManager.cpp
AnalyzerStatsChecker.cpp
BasicConstraintManager.cpp
@@ -16,6 +17,7 @@ add_clang_library(clangStaticAnalyzerCore
CheckerHelpers.cpp
Environment.cpp
ExplodedGraph.cpp
+ ExprEngine.cpp
FlatStore.cpp
BlockCounter.cpp
CXXExprEngine.cpp
diff --git a/lib/StaticAnalyzer/Checkers/CMakeLists.txt b/lib/StaticAnalyzer/Checkers/CMakeLists.txt
index abb10fba9f..053c04d29c 100644
--- a/lib/StaticAnalyzer/Checkers/CMakeLists.txt
+++ b/lib/StaticAnalyzer/Checkers/CMakeLists.txt
@@ -4,7 +4,6 @@ set(LLVM_USED_LIBS clangBasic clangAST)
add_clang_library(clangStaticAnalyzerCheckers
AdjustedReturnValueChecker.cpp
- AnalysisConsumer.cpp
ArrayBoundChecker.cpp
ArrayBoundCheckerV2.cpp
AttrNonNullChecker.cpp
@@ -22,7 +21,6 @@ add_clang_library(clangStaticAnalyzerCheckers
ChrootChecker.cpp
DereferenceChecker.cpp
DivZeroChecker.cpp
- ExprEngine.cpp
ExprEngineExperimentalChecks.cpp
FixedAddressChecker.cpp
FrontendActions.cpp