]> granicus.if.org Git - clang/commitdiff
[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnalyzer...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Mar 2011 01:24:23 +0000 (01:24 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 1 Mar 2011 01:24:23 +0000 (01:24 +0000)
and hope the wrath of the buildbots will not descend upon me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126728 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/CMakeLists.txt
lib/StaticAnalyzer/Core/CMakeLists.txt
lib/StaticAnalyzer/Core/ExprEngine.cpp [moved from lib/StaticAnalyzer/Checkers/ExprEngine.cpp with 100% similarity]

index 5183ad547b2cb48c21cb062a560d3426a09d6b6d..96e7c19d09440306a2c87b5673e52f8f1e504b21 100644 (file)
@@ -27,7 +27,6 @@ add_clang_library(clangStaticAnalyzerCheckers
   DebugCheckers.cpp
   DereferenceChecker.cpp
   DivZeroChecker.cpp
-  ExprEngine.cpp
   FixedAddressChecker.cpp
   IdempotentOperationChecker.cpp
   LLVMConventionsChecker.cpp
index 3e518931ea2e4e96a5ccb65b6215370e824b2c8f..fe83dbe2fc8bf03fcbd69b4307078eae635aab30 100644 (file)
@@ -16,6 +16,7 @@ add_clang_library(clangStaticAnalyzerCore
   CheckerManager.cpp
   Environment.cpp
   ExplodedGraph.cpp
+  ExprEngine.cpp
   FlatStore.cpp
   BlockCounter.cpp
   CXXExprEngine.cpp