forked from OSchip/llvm-project
[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnalyzer/Core
and hope the wrath of the buildbots will not descend upon me. llvm-svn: 126728
This commit is contained in:
parent
aab635e67a
commit
918c847890
|
@ -27,7 +27,6 @@ add_clang_library(clangStaticAnalyzerCheckers
|
|||
DebugCheckers.cpp
|
||||
DereferenceChecker.cpp
|
||||
DivZeroChecker.cpp
|
||||
ExprEngine.cpp
|
||||
FixedAddressChecker.cpp
|
||||
IdempotentOperationChecker.cpp
|
||||
LLVMConventionsChecker.cpp
|
||||
|
|
|
@ -16,6 +16,7 @@ add_clang_library(clangStaticAnalyzerCore
|
|||
CheckerManager.cpp
|
||||
Environment.cpp
|
||||
ExplodedGraph.cpp
|
||||
ExprEngine.cpp
|
||||
FlatStore.cpp
|
||||
BlockCounter.cpp
|
||||
CXXExprEngine.cpp
|
||||
|
|
Loading…
Reference in New Issue