ASTImporter makes now difference between enums with same name in different translation
units if these are not visible outside.
("Scoped enums" are not handled yet.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D62484
[ASTImporter] Added visibility context check for EnumDecl. ClosedPublic Authored by balazske on May 27 2019, 6:08 AM.
Details Summary ASTImporter makes now difference between enums with same name in different translation
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 7 2019, 3:22 PM Closed by commit rL365464: [ASTImporter] Added visibility context check for EnumDecl. (authored by balazske). · Explain WhyJul 9 2019, 4:11 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 208635 cfe/trunk/lib/AST/ASTImporter.cpp
cfe/trunk/unittests/AST/ASTImporterVisibilityTest.cpp
|