[PATCH] D111543: [clang][modules] Delay creating `IdentifierInfo` for names of explicit modules

Jan Svoboda via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 18 01:38:24 PDT 2021


jansvoboda11 added a comment.

Thanks for your analysis, Richard. You're right that we're incorrectly marking the identifier as up-to-date.

I've rolled back my changes to `ModuleMap` cache and delayed the creation of `IdentifierInfo`. I'll commit if CI is happy.


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

https://reviews.llvm.org/D111543



More information about the cfe-commits mailing list