Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62875 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/Driver/AnalysisConsumer.h b/Driver/AnalysisConsumer.h
index 1e08240..eb349be 100644
--- a/Driver/AnalysisConsumer.h
+++ b/Driver/AnalysisConsumer.h
@@ -44,7 +44,8 @@
bool VisualizeGraphViz,
bool VisualizeUbi,
bool VizTrimGraph,
- bool AnalyzeAll);
+ bool AnalyzeAll,
+ bool DisplayProgress);
} // end clang namespace
#endif