PR29166: when merging declarations with typedef names for linkage purposes,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Aug 2016 19:13:18 +0000 (19:13 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 30 Aug 2016 19:13:18 +0000 (19:13 +0000)
commit3fb1a8554de714cf7e01b8b57b4d073d170676da
tree5f22e1a726a0c80a78cf2db24ee9f59480104dde
parent73b8dbdd9409f6e2bff76b67c16a9ad1e8333a29
PR29166: when merging declarations with typedef names for linkage purposes,
don't assume that the anonymous struct will be part of the most recent
declaration of the typedef.

llvm-svn: 280136
clang/lib/Serialization/ASTReaderDecl.cpp
clang/test/Modules/merge-name-for-linkage.cpp