bruno closed this revision.
bruno marked an inline comment as done.
bruno added a comment.
Landed in r331232 & r331233.
Repository:
rC Clang
https://reviews.llvm.org/D46165
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm
bruno marked an inline comment as done.
bruno added inline comments.
Comment at: lib/Serialization/ASTReaderDecl.cpp:2568-2570
// ODR-based merging is only performed in C++. In C, identically-named things
// in different translation units are not redeclarations (but may sti
rsmith accepted this revision.
rsmith added inline comments.
This revision is now accepted and ready to land.
Comment at: lib/Serialization/ASTReaderDecl.cpp:2568-2570
// ODR-based merging is only performed in C++. In C, identically-named things
// in different translation
bruno created this revision.
bruno added a reviewer: rsmith.
Herald added a subscriber: jkorous.
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 Enum