[PATCH] D114411: [WIP][modules] Avoid deserializing Decls from hidden (sub)modules.

Volodymyr Sapsai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 25 17:12:27 PST 2021


vsapsai abandoned this revision.
vsapsai added a comment.

After more investigation and comparing different entities (like structs, enums) this approach seems to be too involved and probably wrong. A better choice seems to be following the same direction as in ⦗Modules⦘ Implement ODR-like semantics for tag types in C/ObjC <https://reviews.llvm.org/D31778> than inventing something new. Specifically, I plan to look into discrepancies between EnumDecl and EnumConstantDecl as we don't have problems with enums themselves, only with the constants.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114411



More information about the cfe-commits mailing list