summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
diff options
context:
space:
mode:
authorJordy Rose <jediknil@belkadan.com>2011-09-02 08:02:59 +0000
committerJordy Rose <jediknil@belkadan.com>2011-09-02 08:02:59 +0000
commit087611ed814790e0b53fe2a5ef9ae99aada43a4d (patch)
tree3e51c26b6cf6f88a6244e9ac9d3d2419708cc581 /clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
parent75e680eae3ec9600936e89989dc4bdb87465202a (diff)
downloadbcm5719-llvm-087611ed814790e0b53fe2a5ef9ae99aada43a4d.tar.gz
bcm5719-llvm-087611ed814790e0b53fe2a5ef9ae99aada43a4d.zip
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
And with that, TransferFuncs is gone! llvm-svn: 139003
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
index 87727305b68..8b3e0f76423 100644
--- a/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
@@ -51,6 +51,7 @@
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h"
+#include "clang/StaticAnalyzer/Core/PathSensitive/ObjCMessage.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/AST/ParentMap.h"
OpenPOWER on IntegriCloud