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)
commit13796e3b95ff13bfcca5d43db0af7b9b7831308d
tree5d5a0c6504faf1c5178a4ca7c4b2398741d8ac75
parentc6d70ae06358922d9db45496674dfa6dcf576296
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).

llvm-svn: 77423
clang/tools/clang-cc/clang-cc.cpp