[Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclSupport for ObjC/C ODR-like semantics with structural equivalencechecking was added back in r306918. There enums are handled and also
[Modules] Handle ObjC/C ODR-like semantics for EnumConstantDeclSupport for ObjC/C ODR-like semantics with structural equivalencechecking was added back in r306918. There enums are handled and alsochecked for structural equivalence. However, at use time ofEnumConstantDecl, support was missing for preventing ambiguousname lookup.Add the missing bits for properly merging EnumConstantDecl.rdar://problem/38374569llvm-svn: 331232
show more ...