summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer
diff options
context:
space:
mode:
authorPete Cooper <peter_cooper@apple.com>2015-04-17 17:00:16 +0000
committerPete Cooper <peter_cooper@apple.com>2015-04-17 17:00:16 +0000
commitf9db5737d0c07847e30cf7054ea5de4f3f91545f (patch)
treed3c580d9472b3c69fc830c04e53031eab598ffef /clang/lib/StaticAnalyzer
parente56335c2650da9e05fe2677bc110b5e8edc9996c (diff)
downloadbcm5719-llvm-f9db5737d0c07847e30cf7054ea5de4f3f91545f.tar.gz
bcm5719-llvm-f9db5737d0c07847e30cf7054ea5de4f3f91545f.zip
Add a missing forward def of CheckerManager. NFC.
This file doesn't include CheckerManager or forward declare it, so is sensitive to include order. llvm-svn: 235209
Diffstat (limited to 'clang/lib/StaticAnalyzer')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h b/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
index b7549fd17da..d38d63cd05c 100644
--- a/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
+++ b/clang/lib/StaticAnalyzer/Checkers/InterCheckerAPI.h
@@ -13,6 +13,8 @@
#ifndef LLVM_CLANG_LIB_STATICANALYZER_CHECKERS_INTERCHECKERAPI_H
#define LLVM_CLANG_LIB_STATICANALYZER_CHECKERS_INTERCHECKERAPI_H
namespace clang {
+class CheckerManager;
+
namespace ento {
/// Register the checker which evaluates CString API calls.
OpenPOWER on IntegriCloud