summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporter.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-07-16 18:13:04 +0000
committerTed Kremenek <kremenek@apple.com>2009-07-16 18:13:04 +0000
commit6796fbd2e82f47be8f43d09fc8ca3d0684a11b17 (patch)
tree3cbfbf7494b99a92ac806a621cb644b09c7c1404 /clang/lib/Analysis/BugReporter.cpp
parentafe797d7b3a9a07f1d8fba0374be36aa9cc7fc86 (diff)
downloadbcm5719-llvm-6796fbd2e82f47be8f43d09fc8ca3d0684a11b17.tar.gz
bcm5719-llvm-6796fbd2e82f47be8f43d09fc8ca3d0684a11b17.zip
Move the source-level CFG from libAST to libAnalysis.
llvm-svn: 76092
Diffstat (limited to 'clang/lib/Analysis/BugReporter.cpp')
-rw-r--r--clang/lib/Analysis/BugReporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/BugReporter.cpp b/clang/lib/Analysis/BugReporter.cpp
index 3db96ca9eac..a691bb67aa6 100644
--- a/clang/lib/Analysis/BugReporter.cpp
+++ b/clang/lib/Analysis/BugReporter.cpp
@@ -15,7 +15,7 @@
#include "clang/Analysis/PathSensitive/BugReporter.h"
#include "clang/Analysis/PathSensitive/GRExprEngine.h"
#include "clang/AST/ASTContext.h"
-#include "clang/AST/CFG.h"
+#include "clang/Analysis/CFG.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ParentMap.h"
#include "clang/AST/StmtObjC.h"
OpenPOWER on IntegriCloud