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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to