summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-03-01 01:16:21 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2011-03-01 01:16:21 +0000
commit6a5674ffa619b009c1cc3cb8f2933ed730064fcf (patch)
tree86c2263d8d7deec817c9ac83251c40f26fdfea28 /clang/lib/StaticAnalyzer/Core/CFRefCount.cpp
parent0036b19abda0fa1881d705abb19f39d123c4b713 (diff)
downloadbcm5719-llvm-6a5674ffa619b009c1cc3cb8f2933ed730064fcf.tar.gz
bcm5719-llvm-6a5674ffa619b009c1cc3cb8f2933ed730064fcf.zip
[analyzer] Rename CheckerV2 -> Checker.
llvm-svn: 126726
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/CFRefCount.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/CFRefCount.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp b/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp
index 5005f79af2f..690ffb58765 100644
--- a/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp
+++ b/clang/lib/StaticAnalyzer/Core/CFRefCount.cpp
@@ -12,7 +12,7 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/StaticAnalyzer/Core/CheckerV2.h"
+#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/AST/DeclObjC.h"
@@ -3397,7 +3397,7 @@ void CFRefCount::ProcessNonLeakError(ExplodedNodeSet& Dst,
namespace {
class RetainReleaseChecker
- : public CheckerV2< check::PostStmt<BlockExpr> > {
+ : public Checker< check::PostStmt<BlockExpr> > {
public:
void checkPostStmt(const BlockExpr *BE, CheckerContext &C) const;
};
OpenPOWER on IntegriCloud