]> granicus.if.org Git - clang/commit
[analyzer] Move stats calculation out of AnalysisConsumer destructor.
authorAnna Zaks <ganna@apple.com>
Thu, 5 Apr 2012 02:10:21 +0000 (02:10 +0000)
committerAnna Zaks <ganna@apple.com>
Thu, 5 Apr 2012 02:10:21 +0000 (02:10 +0000)
commit6b77ce8824cf62c2cfb61cf2d801eb3fcfbecffe
treec5c07dc102b2751db6a19306c4ccb8e6a604c984
parent907344e4977ac704f248d82ef235b88be08584d5
[analyzer] Move stats calculation out of AnalysisConsumer destructor.
The ASTConsumer does not get deleted with clang --analyze (for
performance reasons), we still want the diagnostics to work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154078 91177308-0d34-0410-b5e6-96231b3b80d8
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp