]> granicus.if.org Git - clang/commitdiff
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h -> lib/StaticAn...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 8 Feb 2011 22:30:11 +0000 (22:30 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 8 Feb 2011 22:30:11 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125122 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/AnalyzerStatsChecker.cpp
lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp
lib/StaticAnalyzer/Checkers/CStringChecker.cpp
lib/StaticAnalyzer/Checkers/ChrootChecker.cpp
lib/StaticAnalyzer/Checkers/ExperimentalChecks.h [moved from lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h with 92% similarity]
lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp
lib/StaticAnalyzer/Checkers/IdempotentOperationChecker.cpp
lib/StaticAnalyzer/Checkers/MallocChecker.cpp
lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
lib/StaticAnalyzer/Checkers/StreamChecker.cpp
lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp

index 8521c18c5480d2e11e4d26e1f9167ecc6b4c5786..24a73cbb238a7485d86308eb366529ab5abf8386 100644 (file)
@@ -14,7 +14,7 @@
 #include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
 
 // FIXME: Restructure checker registration.
-#include "Checkers/ExprEngineExperimentalChecks.h"
+#include "Checkers/ExperimentalChecks.h"
 
 #include "clang/Basic/SourceManager.h"
 #include "llvm/ADT/SmallPtrSet.h"
index bab5c77f8c19f71963de079ac3afe77f02ab9ffc..a20f995639d21e8d77aac1f7513d8c0b1c2edf0f 100644 (file)
@@ -30,7 +30,7 @@
 #include "clang/StaticAnalyzer/PathDiagnosticClients.h"
 
 // FIXME: Restructure checker registration.
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "InternalChecks.h"
 
 #include "clang/Basic/FileManager.h"
index e0b7e8a100b49da16d98f3d58a679d795a49a0d6..1e715ea862cbb6924020ef03907db44506563d2a 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRStateTrait.h"
index a3f4daa3b05ce3b3ba0ab37517f350310867306b..f11a8c5e1f14495c4275d750472aea37461db545 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRState.h"
similarity index 92%
rename from lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.h
rename to lib/StaticAnalyzer/Checkers/ExperimentalChecks.h
index f8359d1c5cddda26edb97eabbf40b92311687002..739d34d833acff76e2bd3955e00e1d9e650025e9 100644 (file)
@@ -1,4 +1,4 @@
-//=-- ExprEngineExperimentalChecks.h ------------------------------*- C++ -*-=
+//=-- ExperimentalChecks.h ----------------------------------------*- C++ -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 02291bb784f55aa00881aa6ec41b0ef75530f93a..606fb359fedddd0d8103ea51dc4d15825bd29f5a 100644 (file)
@@ -1,4 +1,4 @@
-//=-- ExprEngineExperimentalChecks.h ------------------------------*- C++ -*-=
+//=-- ExperimentalChecks.h ----------------------------------------*- C++ -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //
@@ -13,7 +13,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "InternalChecks.h"
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "clang/StaticAnalyzer/Checkers/LocalCheckers.h"
 
 using namespace clang;
index ecae797595152f16ad96714ab0dd967120701f38..67a8a0bc4182a5f3a9cfe86f4bad479b493e2b3d 100644 (file)
@@ -42,7 +42,7 @@
 // - Finer grained false positive control (levels)
 // - Handling ~0 values
 
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "clang/Analysis/CFGStmtMap.h"
 #include "clang/Analysis/Analyses/PseudoConstantAnalysis.h"
 #include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
index bd6a227d382d065b2021eef17578f72f8cabf82e..bd2e1f7c654d7fa5d5fbbe7002cf3ec26dd7286d 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRState.h"
index 7a91696c92cbaa1b5747a157823480583422cac7..0f0cab55620284fffa9c5cfe753146659f8704ab 100644 (file)
@@ -15,7 +15,7 @@
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRStateTrait.h"
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "llvm/ADT/ImmutableSet.h"
 
 using namespace clang;
index c394c59cb371f9dd92a9c745a5542d05716463a2..0d160b9b9bd3fe51fb46f8f30874faee67fd2f4c 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRState.h"
index 98834485ebab5331d184144bba96557f5ee4250c..5232f2f603a0ccb12a1d51ed37e370c97a5e602d 100644 (file)
@@ -21,7 +21,7 @@
 #include "clang/StaticAnalyzer/PathSensitive/SVals.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerHelpers.h"
 #include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
-#include "ExprEngineExperimentalChecks.h"
+#include "ExperimentalChecks.h"
 #include "llvm/ADT/SmallPtrSet.h"
 
 // The number of CFGBlock pointers we want to reserve memory for. This is used