summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:51:49 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2010-12-22 18:51:49 +0000
commit8d602a8aa8e6697509465d8a5473fc41cb1a382e (patch)
treeb18e6d8cd50446ac6a47cf9e2f4daebb6c5301bd /clang/lib/Checker/NSAutoreleasePoolChecker.cpp
parent6b5d2519b3929e0b0aa1ae27a90b8f682366446e (diff)
downloadbcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.tar.gz
bcm5719-llvm-8d602a8aa8e6697509465d8a5473fc41cb1a382e.zip
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
llvm-svn: 122420
Diffstat (limited to 'clang/lib/Checker/NSAutoreleasePoolChecker.cpp')
-rw-r--r--clang/lib/Checker/NSAutoreleasePoolChecker.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/lib/Checker/NSAutoreleasePoolChecker.cpp b/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
index 48f03a369ed..d8225a7e4e7 100644
--- a/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
+++ b/clang/lib/Checker/NSAutoreleasePoolChecker.cpp
@@ -15,9 +15,9 @@
//
//===----------------------------------------------------------------------===//
-#include "clang/Checker/BugReporter/BugReporter.h"
-#include "clang/Checker/PathSensitive/GRExprEngine.h"
-#include "clang/Checker/PathSensitive/CheckerVisitor.h"
+#include "clang/GR/BugReporter/BugReporter.h"
+#include "clang/GR/PathSensitive/GRExprEngine.h"
+#include "clang/GR/PathSensitive/CheckerVisitor.h"
#include "BasicObjCFoundationChecks.h"
#include "clang/AST/DeclObjC.h"
#include "clang/AST/Decl.h"
OpenPOWER on IntegriCloud