[PATCH] D80681: [clang][SourceManager] cache Macro Expansions

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 13:34:45 PDT 2020


nickdesaulniers added a comment.

I've forked off

1. D82497 <https://reviews.llvm.org/D82497> (`getFileIDLocal` optimizations)
2. D82498 <https://reviews.llvm.org/D82498> (don't check `Invalid` for calls to `getLocalSLocEntry`)

I agree those should be the less controversial parts of this diff.  Once those are landed, I'll rebase this change to just contain the caching logic change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80681/new/

https://reviews.llvm.org/D80681





More information about the cfe-commits mailing list