[PATCH] D33493: Speed up preamble loading

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 12:21:12 PDT 2017


arphaman added a comment.

Can you use a local map in `TranslateStoredDiagnostics` instead of storing one in the `ASTUnit`, or do you need to keep it around?


https://reviews.llvm.org/D33493





More information about the cfe-commits mailing list