summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-02-04 13:45:25 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-02-04 13:45:25 +0000
commit4903802fbfff23b27f0a030f6103818f6edb2a16 (patch)
tree6c51b22161b0a460d84c5754de01ca5e6b22416f /clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
parent02c746de10c118c594d815262d84b5562453e076 (diff)
downloadbcm5719-llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.tar.gz
bcm5719-llvm-4903802fbfff23b27f0a030f6103818f6edb2a16.zip
Move a method from IdentifierTable.h out of line and remove the SmallString include.
Fix all the transitive include users. llvm-svn: 149783
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp b/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
index 65c3491e110..a13e217d5aa 100644
--- a/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
+++ b/clang/lib/StaticAnalyzer/Checkers/UndefCapturedBlockVarChecker.cpp
@@ -17,6 +17,7 @@
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
+#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
using namespace clang;
OpenPOWER on IntegriCloud