Forgot to move the files in CMakeLists.txt.

llvm-svn: 122433
This commit is contained in:
Argyrios Kyrtzidis 2010-12-22 20:30:07 +00:00
parent 6c696b7f98
commit 5629fece72
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,6 @@ set(LLVM_USED_LIBS clangBasic clangLex clangAST clangFrontend clangRewrite)
add_clang_library(clangGRCore
AggExprVisitor.cpp
AnalysisConsumer.cpp
AnalysisManager.cpp
AnalyzerStatsChecker.cpp
BasicConstraintManager.cpp
@ -22,7 +21,6 @@ add_clang_library(clangGRCore
BlockCounter.cpp
CXXExprEngine.cpp
CoreEngine.cpp
ExprEngine.cpp
GRState.cpp
HTMLDiagnostics.cpp
ManagerRegistry.cpp

View File

@ -1,5 +1,6 @@
add_clang_library(clangGRCheckers
AdjustedReturnValueChecker.cpp
AnalysisConsumer.cpp
ArrayBoundChecker.cpp
AttrNonNullChecker.cpp
BasicObjCFoundationChecks.cpp
@ -16,8 +17,9 @@ add_clang_library(clangGRCheckers
CStringChecker.cpp
DereferenceChecker.cpp
DivZeroChecker.cpp
FixedAddressChecker.cpp
ExprEngine.cpp
ExprEngineExperimentalChecks.cpp
FixedAddressChecker.cpp
IdempotentOperationChecker.cpp
LLVMConventionsChecker.cpp
MacOSXAPIChecker.cpp