[PATCH] D35271: Fix printing policy for AST context loaded from file
Vedant Kumar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 13 23:38:43 PDT 2017
vsk added a comment.
I wonder if it's possible to do away with the calls to 'updated()'... it seems strange that we initialize the same preprocessor repeatedly. Is there any way to finalize an ASTInfoCollector after ReadAST happens (or ASTReaderListeners in general)?
https://reviews.llvm.org/D35271
More information about the cfe-commits
mailing list