]> granicus.if.org Git - clang/commit
AnalysisConsumer: Explicitly destroy the PathDiagnosticClient at the end of HandleTra...
authorTed Kremenek <kremenek@apple.com>
Fri, 13 Feb 2009 00:51:30 +0000 (00:51 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 13 Feb 2009 00:51:30 +0000 (00:51 +0000)
commit4d53a53b81fcdf84346a4ac772d101423c9f5a41
tree5c6435e5d39d59d02b1ff9c777f50773317323b0
parent867924dbeca06870573fd58d620032da6994b223
AnalysisConsumer: Explicitly destroy the PathDiagnosticClient at the end of HandleTranslationUnit to ensure that the client's destructor is called even with --disable-free.

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