summaryrefslogtreecommitdiffstats
path: root/clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h')
-rw-r--r--clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h b/clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h
index 3380031e020..54a61256590 100644
--- a/clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h
+++ b/clang/lib/GR/Checkers/GRExprEngineExperimentalChecks.h
@@ -12,11 +12,13 @@
//
//===----------------------------------------------------------------------===//
-#ifndef LLVM_CLANG_GREXPRENGINE_EXPERIMENTAL_CHECKS
-#define LLVM_CLANG_GREXPRENGINE_EXPERIMENTAL_CHECKS
+#ifndef LLVM_CLANG_GR_GREXPRENGINE_EXPERIMENTAL_CHECKS
+#define LLVM_CLANG_GR_GREXPRENGINE_EXPERIMENTAL_CHECKS
namespace clang {
+namespace GR {
+
class GRExprEngine;
void RegisterAnalyzerStatsChecker(GRExprEngine &Eng);
@@ -28,5 +30,8 @@ void RegisterPthreadLockChecker(GRExprEngine &Eng);
void RegisterStreamChecker(GRExprEngine &Eng);
void RegisterUnreachableCodeChecker(GRExprEngine &Eng);
+} // end GR namespace
+
} // end clang namespace
+
#endif
OpenPOWER on IntegriCloud