summaryrefslogtreecommitdiffstats
path: root/clang/Driver/Analyses.def
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/Analyses.def')
-rw-r--r--clang/Driver/Analyses.def13
1 files changed, 13 insertions, 0 deletions
diff --git a/clang/Driver/Analyses.def b/clang/Driver/Analyses.def
index 841f0c1da1e..0661a4e9463 100644
--- a/clang/Driver/Analyses.def
+++ b/clang/Driver/Analyses.def
@@ -11,6 +11,14 @@
//
//===----------------------------------------------------------------------===//
+#ifndef ANALYSIS
+#define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE)
+#endif
+
+#ifndef ANALYSIS_STORE
+#define ANALYSIS_STORE(NAME, CMDFLAG, DESC)
+#endif
+
ANALYSIS(CFGDump, "cfg-dump",
"Display Control-Flow Graphs", Code)
@@ -43,4 +51,9 @@ ANALYSIS(CheckerSimple, "checker-simple",
ANALYSIS(CheckerCFRef, "checker-cfref",
"Run the [Core] Foundation reference count checker", Code)
+
+ANALYSIS_STORE(BasicStore, "basic", "Use basic analyzer store")
+ANALYSIS_STORE(RegionStore, "region", "Use region-based analyzer store")
+
#undef ANALYSIS
+#undef ANALYSIS_STORE
OpenPOWER on IntegriCloud