[PATCH] D58893: Modules: Invalidate out-of-date PCMs as they're discovered
Duncan P. N. Exon Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 9 09:46:34 PST 2019
dexonsmith closed this revision.
dexonsmith marked 2 inline comments as done.
dexonsmith added a comment.
Committed in r355778.
================
Comment at: clang/include/clang/Serialization/InMemoryModuleCache.h:37
/// Track the timeline of when this was added to the cache.
+ bool IsFinal = false;
----------------
bruno wrote:
> Now that generation count is gone, update (or remove) this comment?
Nice catch. Updated in final patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58893/new/
https://reviews.llvm.org/D58893
More information about the cfe-commits
mailing list