[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:
Argyrios Kyrtzidis 2011-03-01 01:24:23 +00:00
parent aab635e67a
commit 918c847890
3 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,6 @@ add_clang_library(clangStaticAnalyzerCheckers
DebugCheckers.cpp
DereferenceChecker.cpp
DivZeroChecker.cpp
ExprEngine.cpp
FixedAddressChecker.cpp
IdempotentOperationChecker.cpp
LLVMConventionsChecker.cpp

View File

@ -16,6 +16,7 @@ add_clang_library(clangStaticAnalyzerCore
CheckerManager.cpp
Environment.cpp
ExplodedGraph.cpp
ExprEngine.cpp
FlatStore.cpp
BlockCounter.cpp
CXXExprEngine.cpp