]> granicus.if.org Git - clang/commit
ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePreambleConsumer.
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 11 Jun 2013 13:07:19 +0000 (13:07 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 11 Jun 2013 13:07:19 +0000 (13:07 +0000)
commitb62b8b9aa5ee5035ca1e02e1191a22a21d0228f4
tree74fef6b080a8e6ef33e5f9140a07f295e7b873e0
parentac2bfd812e298dcc975efd9ec614c6cda65df197
ASTUnit: Invert the dependency of PrecompilePreambleAction on PrecompilePreambleConsumer.

Actions outlive consumers. PR16295. Found by AddressSanitizer.

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