]> granicus.if.org Git - clang/commit
[modules] When completing the redecl chain for an anonymous declaration in a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 28 Aug 2014 05:44:07 +0000 (05:44 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 28 Aug 2014 05:44:07 +0000 (05:44 +0000)
commitf1323370a723211a614579d444d3a35afe595f6a
treeb397ec5be010adffc12e27d08c505797160831ea
parent51be7a6a028d8705b03bb4f91510e797d01a3bbc
[modules] When completing the redecl chain for an anonymous declaration in a
merged context, pull in the lexical decls in that context, since one of them
may complete the redecl chain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@216652 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTReader.cpp
test/Modules/Inputs/cxx-templates-a.h
test/Modules/Inputs/cxx-templates-b.h
test/Modules/Inputs/cxx-templates-common.h
test/Modules/Inputs/cxx-templates-d.h [new file with mode: 0644]
test/Modules/Inputs/module.map
test/Modules/cxx-templates.cpp