]> granicus.if.org Git - clang/commit
Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to
authorDaniel Dunbar <daniel@zuster.org>
Wed, 29 Jul 2009 02:40:09 +0000 (02:40 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 29 Jul 2009 02:40:09 +0000 (02:40 +0000)
commit70186ab134119fbec816a02596e29fb4cfbe51e1
treed777d744ae0687131501f19a6753a53cec32252a
parent1d2154c3590d21345d02e28f2916f7492c82bf54
Destroy the ASTConsumer prior to the Context, HTMLPrinter for example wants to
do a significant amount of work in its destructor, which may access the
context. (PR4642).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77423 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-cc/clang-cc.cpp