Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Modules] Fix testcases from r331232 | Bruno Cardoso Lopes | 2018-04-30 | 1 | -1/+0 |
| | | | | llvm-svn: 331233 | ||||
* | [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDecl | Bruno Cardoso Lopes | 2018-04-30 | 4 | -0/+14 |
Support for ObjC/C ODR-like semantics with structural equivalence checking was added back in r306918. There enums are handled and also checked for structural equivalence. However, at use time of EnumConstantDecl, support was missing for preventing ambiguous name lookup. Add the missing bits for properly merging EnumConstantDecl. rdar://problem/38374569 llvm-svn: 331232 |