]> granicus.if.org Git - clang/commit
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)
commita999e7ab0c29775b1945ed6676021060e4f0bf11
treec3234474ea138fa73e29173b822581c96dcf8add
parent3ec1cdd422ec49d2a54ebc1a94d3d80ee57031c0
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280136 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReaderDecl.cpp
test/Modules/merge-name-for-linkage.cpp