This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 4ae1beb2f1 [CodeGen] Fix typo in comment form->from. NFC new f6444a8a7e [Modules] Handle ObjC/C ODR-like semantics for EnumConstantDecl
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Serialization/ASTReaderDecl.cpp | 24 ++++++++++++++++++---- .../non-ambiguous-enum/A.framework/Headers/a.h | 1 + .../non-ambiguous-enum/A.framework/Headers/a0.h | 1 + .../A.framework/Modules/module.modulemap | 5 ++--- .../non-ambiguous-enum/B.framework/Headers/b.h | 6 ++++++ test/Modules/non-ambiguous-enum.m | 10 +++++++++ 6 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 test/Modules/Inputs/non-ambiguous-enum/A.framework/Headers/a.h create mode 100644 test/Modules/Inputs/non-ambiguous-enum/A.framework/Headers/a0.h copy test/Modules/Inputs/{implicit-private-canonical => non-ambiguous-enum}/A.fram [...] create mode 100644 test/Modules/Inputs/non-ambiguous-enum/B.framework/Headers/b.h create mode 100644 test/Modules/non-ambiguous-enum.m