diff options
| author | Ted Kremenek <kremenek@apple.com> | 2009-01-23 20:52:26 +0000 |
|---|---|---|
| committer | Ted Kremenek <kremenek@apple.com> | 2009-01-23 20:52:26 +0000 |
| commit | ec2839108404dae5222251ebecddab3c19cbca41 (patch) | |
| tree | c7ac78ceb2b6dd05c9e181f38fb4b4eabb60b1fc /clang/Driver/AnalysisConsumer.h | |
| parent | ea06ec1cade1d256a0f2b15e0aebd8ab0fbcbe33 (diff) | |
| download | bcm5719-llvm-ec2839108404dae5222251ebecddab3c19cbca41.tar.gz bcm5719-llvm-ec2839108404dae5222251ebecddab3c19cbca41.zip | |
Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file.
llvm-svn: 62875
Diffstat (limited to 'clang/Driver/AnalysisConsumer.h')
| -rw-r--r-- | clang/Driver/AnalysisConsumer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/Driver/AnalysisConsumer.h b/clang/Driver/AnalysisConsumer.h index 1e082402206..eb349be2405 100644 --- a/clang/Driver/AnalysisConsumer.h +++ b/clang/Driver/AnalysisConsumer.h @@ -44,7 +44,8 @@ ASTConsumer* CreateAnalysisConsumer(Analyses* Beg, Analyses* End, bool VisualizeGraphViz, bool VisualizeUbi, bool VizTrimGraph, - bool AnalyzeAll); + bool AnalyzeAll, + bool DisplayProgress); } // end clang namespace #endif |

