]> granicus.if.org Git - clang/commit
Display the exploded graph before calling BugReporter.FlushReports(). The latter
authorTed Kremenek <kremenek@apple.com>
Wed, 11 Mar 2009 01:42:29 +0000 (01:42 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 11 Mar 2009 01:42:29 +0000 (01:42 +0000)
commit3df6421150271266b5a90fd4c6bfa6566c38c036
treea463f8cc2f8017267d193f464a5bc4ff053f3441
parent940abcc574580e454689be801f38a3d4d41ab01f
Display the exploded graph before calling BugReporter.FlushReports(). The latter
deletes all registered BugTypes from BugReporter, and thus we need to display
the graph first.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66623 91177308-0d34-0410-b5e6-96231b3b80d8
Driver/AnalysisConsumer.cpp