summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/PostOrderCFGView.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2011-10-24 01:32:45 +0000
committerTed Kremenek <kremenek@apple.com>2011-10-24 01:32:45 +0000
commit81ce1c8a998a14ea42da1d429d50f9df7e350a8b (patch)
treef0c86a9bb88c44b1913c6113578158698e77baa3 /clang/lib/Analysis/PostOrderCFGView.cpp
parent1700007eccf408aa39652792718ce939af9a45e6 (diff)
downloadbcm5719-llvm-81ce1c8a998a14ea42da1d429d50f9df7e350a8b.tar.gz
bcm5719-llvm-81ce1c8a998a14ea42da1d429d50f9df7e350a8b.zip
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses.
llvm-svn: 142782
Diffstat (limited to 'clang/lib/Analysis/PostOrderCFGView.cpp')
-rw-r--r--clang/lib/Analysis/PostOrderCFGView.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/PostOrderCFGView.cpp b/clang/lib/Analysis/PostOrderCFGView.cpp
index fed0e38bb54..311423f285a 100644
--- a/clang/lib/Analysis/PostOrderCFGView.cpp
+++ b/clang/lib/Analysis/PostOrderCFGView.cpp
@@ -26,7 +26,7 @@ PostOrderCFGView::PostOrderCFGView(const CFG *cfg) {
}
}
-PostOrderCFGView *PostOrderCFGView::create(AnalysisContext &ctx) {
+PostOrderCFGView *PostOrderCFGView::create(AnalysisDeclContext &ctx) {
const CFG *cfg = ctx.getCFG();
if (!cfg)
return 0;
OpenPOWER on IntegriCloud