]> granicus.if.org Git - clang/commit
Finish up the diagnostic client before we've torn down the ASTReader,
authorDouglas Gregor <dgregor@apple.com>
Wed, 9 Feb 2011 18:47:31 +0000 (18:47 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 9 Feb 2011 18:47:31 +0000 (18:47 +0000)
commit92b97f2d279405751447488504816d82e1906f4f
tree32ac3711fa2ef62c3d9df55e98bfd6f246e76848
parent17d3fea677753e6e3e82ffe2cbdeccbf5f2e7497
Finish up the diagnostic client before we've torn down the ASTReader,
since the diagnostic client might poke at source locations that have
not yet been deserialized.

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