[modules] Merging support for enums with a local definition prior to the first
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Jun 2015 22:07:00 +0000 (22:07 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 18 Jun 2015 22:07:00 +0000 (22:07 +0000)
commit86dfc1eafd703aba71382122846cf11ed5997eb2
treef919a59c78e692d073a5607e7d20ae54af6337ee
parent562daa81485e8f5b733215d03294aa209f1f1094
[modules] Merging support for enums with a local definition prior to the first
imported definition.

llvm-svn: 240068
clang/lib/Serialization/ASTReaderDecl.cpp
clang/test/Modules/merge-enumerators.cpp [new file with mode: 0644]