summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2011-09-26 00:51:36 +0000
committerDavid Blaikie <dblaikie@gmail.com>2011-09-26 00:51:36 +0000
commit53c125d0631cb85809d1a9822de9e5e01c95ea11 (patch)
treecc48e5c477ac4fc33c6c067eb7a28aee766f9c16 /clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
parent292e76939b8220f2c415495aa51f0de1ca0fe0c8 (diff)
downloadbcm5719-llvm-53c125d0631cb85809d1a9822de9e5e01c95ea11.tar.gz
bcm5719-llvm-53c125d0631cb85809d1a9822de9e5e01c95ea11.zip
Rename PathDiagnosticClient to PathDiagnosticConsumer as per issue 5397
llvm-svn: 140492
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp b/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
index 8c338814586..f43ce5ad666 100644
--- a/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
+++ b/clang/lib/StaticAnalyzer/Core/AnalysisManager.cpp
@@ -15,7 +15,8 @@ using namespace clang;
using namespace ento;
AnalysisManager::AnalysisManager(ASTContext &ctx, DiagnosticsEngine &diags,
- const LangOptions &lang, PathDiagnosticClient *pd,
+ const LangOptions &lang,
+ PathDiagnosticConsumer *pd,
StoreManagerCreator storemgr,
ConstraintManagerCreator constraintmgr,
CheckerManager *checkerMgr,
OpenPOWER on IntegriCloud