зеркало из https://github.com/microsoft/clang-1.git
Forgot to move the files in CMakeLists.txt.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122433 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
a966c5590d
Коммит
9abcf9901c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче