]> granicus.if.org Git - clang/commitdiff
ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 10 Jan 2011 05:52:42 +0000 (05:52 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 10 Jan 2011 05:52:42 +0000 (05:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123160 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/AnalysisConsumer.cpp [moved from lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp with 99% similarity]
lib/StaticAnalyzer/ExprEngine.cpp [moved from lib/StaticAnalyzer/Checkers/ExprEngine.cpp with 99% similarity]

similarity index 99%
rename from lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp
rename to lib/StaticAnalyzer/AnalysisConsumer.cpp
index ee4eae2ebfa4a55c9a4b04c85f061bb5313033ad..f8a23199088863862692af0f0baebd61f5cb7b17 100644 (file)
@@ -30,8 +30,8 @@
 #include "clang/StaticAnalyzer/PathDiagnosticClients.h"
 
 // FIXME: Restructure checker registration.
-#include "ExprEngineExperimentalChecks.h"
-#include "ExprEngineInternalChecks.h"
+#include "Checkers/ExprEngineExperimentalChecks.h"
+#include "Checkers/ExprEngineInternalChecks.h"
 
 #include "clang/Basic/FileManager.h"
 #include "clang/Basic/SourceManager.h"
similarity index 99%
rename from lib/StaticAnalyzer/Checkers/ExprEngine.cpp
rename to lib/StaticAnalyzer/ExprEngine.cpp
index ca960142ee35a5c1ff9a249dc4022961a8eff990..0ae02d86e26f57be886efd12109aaf0af8eaee70 100644 (file)
@@ -14,7 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 // FIXME: Restructure checker registration.
-#include "ExprEngineInternalChecks.h"
+#include "Checkers/ExprEngineInternalChecks.h"
 
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/AnalysisManager.h"