[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyz...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 8 Feb 2011 22:30:02 +0000 (22:30 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Tue, 8 Feb 2011 22:30:02 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125121 91177308-0d34-0410-b5e6-96231b3b80d8

32 files changed:
lib/StaticAnalyzer/Checkers/AdjustedReturnValueChecker.cpp
lib/StaticAnalyzer/Checkers/AnalysisConsumer.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
lib/StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
lib/StaticAnalyzer/Checkers/AttrNonNullChecker.cpp
lib/StaticAnalyzer/Checkers/BuiltinFunctionChecker.cpp
lib/StaticAnalyzer/Checkers/CallAndMessageChecker.cpp
lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
lib/StaticAnalyzer/Checkers/CastToStructChecker.cpp
lib/StaticAnalyzer/Checkers/DereferenceChecker.cpp
lib/StaticAnalyzer/Checkers/DivZeroChecker.cpp
lib/StaticAnalyzer/Checkers/ExprEngine.cpp
lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp
lib/StaticAnalyzer/Checkers/FixedAddressChecker.cpp
lib/StaticAnalyzer/Checkers/InternalChecks.h [moved from lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h with 96% similarity]
lib/StaticAnalyzer/Checkers/MacOSXAPIChecker.cpp
lib/StaticAnalyzer/Checkers/NoReturnFunctionChecker.cpp
lib/StaticAnalyzer/Checkers/OSAtomicChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCAtSyncChecker.cpp
lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
lib/StaticAnalyzer/Checkers/PointerArithChecker.cpp
lib/StaticAnalyzer/Checkers/PointerSubChecker.cpp
lib/StaticAnalyzer/Checkers/ReturnPointerRangeChecker.cpp
lib/StaticAnalyzer/Checkers/ReturnUndefChecker.cpp
lib/StaticAnalyzer/Checkers/StackAddrLeakChecker.cpp
lib/StaticAnalyzer/Checkers/UndefBranchChecker.cpp
lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
lib/StaticAnalyzer/Checkers/UndefResultChecker.cpp
lib/StaticAnalyzer/Checkers/UndefinedArraySubscriptChecker.cpp
lib/StaticAnalyzer/Checkers/UndefinedAssignmentChecker.cpp
lib/StaticAnalyzer/Checkers/UnixAPIChecker.cpp
lib/StaticAnalyzer/Checkers/VLASizeChecker.cpp

index 46e2de5c26d92a3ec05a19060fbdc57858180a46..53d6f30a01ce8dcfbf960c47aa9ffe8025467615 100644 (file)
@@ -13,7 +13,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugReporter.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
index 9190e2d7507505272717f57ab1050cda5308f086..bab5c77f8c19f71963de079ac3afe77f02ab9ffc 100644 (file)
@@ -31,7 +31,7 @@
 
 // FIXME: Restructure checker registration.
 #include "ExprEngineExperimentalChecks.h"
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 
 #include "clang/Basic/FileManager.h"
 #include "clang/Basic/SourceManager.h"
index d52427bf9d61d8f54c9a2e3de5e8c729e15bf9d0..20d2b49137a705c1462e76b8dedd2a7f79b70bac 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
index f6d3e15d9680fa3df2ca723e6bf3e3cf422d242a..f47ecec3d91151804eb631e700297fc3027789ed 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
index 646b30bc3153e5e68da8a8c2f7ebd15ff138e75d..204fd5f1d0646d3acc04ffd164d277b181261920 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
index 2e6f1b90e1114187ff7df4eb3dd4291ac8e6710b..f0fd274e1a3bb0907d7c6ceb4822902d1db3abb0 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/PathSensitive/Checker.h"
 #include "clang/Basic/Builtins.h"
 
index 1f5f233b033fcdd5cff932fe4bccaa1099dcee70..6ca89370b5fb7333272099b907ced2dec9608f7b 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/AST/ParentMap.h"
 #include "clang/Basic/TargetInfo.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
index 7e366bf501e46d0de07bbb0fd3f264e84a33adf7..6e14609c870641c7f3473a1c39a0783b46d68177 100644 (file)
@@ -14,7 +14,7 @@
 #include "clang/AST/CharUnits.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 
 using namespace clang;
 using namespace ento;
index ac395cf7b9c56df1bef70c736bdc13874b69c316..f2b5c6ef0e643a2830e859513c1407f9b4bbe627 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 
 using namespace clang;
 using namespace ento;
index 3f6f9433298088f6a6cb6f40cdcabbb6b1806944..f2fbda6aa7be1feb5db375647666690e0d8a6713 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/Checkers/DereferenceChecker.h"
 #include "clang/StaticAnalyzer/PathSensitive/Checker.h"
index 8332af8f5d016a8e1a50e462ac6bf6c142280d3f..da39db6b0ecc99c5e9cc9ac3c14ae1ff465413d3 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
index 2dd2202f03fea8ce4d997789ef8e9682dfe0e2b7..cadbca6b3d0ea2032a8d83f6f3dfc7627163bda1 100644 (file)
@@ -14,7 +14,7 @@
 //===----------------------------------------------------------------------===//
 
 // FIXME: Restructure checker registration.
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/AnalysisManager.h"
index 52a3aced2d0188b6c550323a8317ccb4edd10983..02291bb784f55aa00881aa6ec41b0ef75530f93a 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "ExprEngineExperimentalChecks.h"
 #include "clang/StaticAnalyzer/Checkers/LocalCheckers.h"
 
index 77e9876d47905205ff3110af74025ad7f0897f26..76adddefbfb80e02cabe221a4093a72cae2493e7 100644 (file)
@@ -13,7 +13,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
similarity index 96%
rename from lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h
rename to lib/StaticAnalyzer/Checkers/InternalChecks.h
index 2903f2d4cfc1ff0451c1c4d73f62501c31c7f088..4965fefd90c311ac4bd4a60dda5e4e2b2fa6ad14 100644 (file)
@@ -1,4 +1,4 @@
-//=-- ExprEngineInternalChecks.h- Builtin ExprEngine Checks -----*- C++ -*-=
+//=-- InternalChecks.h- Builtin ExprEngine Checks -------------------*- C++ -*-=
 //
 //                     The LLVM Compiler Infrastructure
 //
index 44887fa76905f52109624719a5cf9493eb207104..2507080538c00706d2f77c70ee56d10ee107cce2 100644 (file)
@@ -15,7 +15,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/Basic/TargetInfo.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
index 8cdc04f9ff74fcd04c2ff71a2476d9cfd4d30d63..37d79327deeb8ff58dfb96ee49db93579d1680ea 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "llvm/ADT/StringSwitch.h"
 
index 99317348421d4ec260cd2f17d039f73b8ecdedbc..707608fe52f060605aec3d8fff6e01b9ba0098ce 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/PathSensitive/Checker.h"
 #include "clang/Basic/Builtins.h"
 
index 2d94e8ce910f5c9c6763da69feeebc943006100f..1e361312ab744136cf1fb033767fa289dcc3f7ff 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/Checkers/DereferenceChecker.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
index 786a588531c6b8fcc4328f5000397690bcd41546..8933fce1f14942daa600b618016684b2002c4df8 100644 (file)
@@ -46,7 +46,7 @@
 // objects in the diagnostics.
 // http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/ObjectiveC/Articles/ocAllocInit.html
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRStateTrait.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
index 2b03dbcd9c246b1172fa42e53163408844a3338f..27dd1ab2739809e2d9500b0990a6b084b4cf2568 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
index 1ba60f7541d2e704640dab816472e5e87968db1b..25598370c81d55af2d46bf8092c6b0c959004ef1 100644 (file)
@@ -13,7 +13,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
index a56c1b65846e5a3206ea58d0c038632fcddf45c1..5de7177671db95ebe6a8f66df19bc4be50e01be1 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
index 50ffd322db17e5937eff9d2809dccebf1e479362..37f06c8463dcfa0be10fd5b17aa42b237d609a64 100644 (file)
@@ -13,7 +13,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
index 7ef46101ba774b81cc34aea672063cb3a511a6a1..7cc1055d7e7aeefffcae73b78c9900485b49ad0c 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/GRState.h"
index c0b3b7afec727ce5ef22e1e19d8e6ac47ee344cf..7b31a067ff834451e7518d769033444028da2d4f 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/Checker.h"
 
index 561777c228208c9d3bf8f754482daefa2e8e2b47..ce36f364d40e9e4fbf547b65fac91e4e55dd0bac 100644 (file)
@@ -11,7 +11,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
index 91e489bd2a4086b05da6b4b8397e4fc7780d55d2..58c96e59b9ae4b4bd1ce20f3bbfc3eb8cabf62a5 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 #include "clang/StaticAnalyzer/PathSensitive/ExprEngine.h"
index 2cd293b2f42eaaef934a9ba032d50b7583775b30..7baec456eca3730d038e97ca6b102edd1c249d51 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
index 3146bbda41e3b78a03e105cedb7ab34e00cc80da..40eb072c409e420749501b742877a48b1ab69be5 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
 
index 9092f93ba72c60e18cf7035f7eea92700e3546fd..7dda44f0852a7f5d8f48ca87f480f01600531a57 100644 (file)
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/Basic/TargetInfo.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"
index e24521af536cf64d68e1cbc20fd9533c064a21d0..7c69f90d5a3fdfaceb15defabd862a14e590c77d 100644 (file)
@@ -14,7 +14,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "ExprEngineInternalChecks.h"
+#include "InternalChecks.h"
 #include "clang/AST/CharUnits.h"
 #include "clang/StaticAnalyzer/BugReporter/BugType.h"
 #include "clang/StaticAnalyzer/PathSensitive/CheckerVisitor.h"