[PATCH] D151277: [clang][modules] Mark fewer identifiers as out-of-date
Ben Langmuir via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 31 10:11:36 PDT 2023
benlangmuir added inline comments.
================
Comment at: clang/lib/Serialization/ASTReader.cpp:4413
+ // first/next use via ASTReader::updateOutOfDateIdentifier().
+ II = &PP.getIdentifierTable().get(Key);
+ }
----------------
Why did this change from `getOwn` to `get`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151277/new/
https://reviews.llvm.org/D151277
More information about the cfe-commits
mailing list