[clang] [clang][modules] Remove preloaded SLocEntries from PCM files (PR #66962)
Ben Langmuir via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 28 15:14:46 PDT 2023
benlangmuir wrote:
Thanks for laying it out. I also find this easier to understand in your latest changes because the comments in `isBeforeInTranslationUnit` lay out the intended ordering without relying on `isInTheSameTranslationUnit` returning `false` for builtin buffers, which is the part that seemed suspect.
https://github.com/llvm/llvm-project/pull/66962
More information about the cfe-commits
mailing list