]> granicus.if.org Git - clang/commit
If a template instantation introduces a name into a namespace, we need to write
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 23 Mar 2014 02:30:01 +0000 (02:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 23 Mar 2014 02:30:01 +0000 (02:30 +0000)
commitf5c211a55a2cd7fec4f45668e8e39c0d59c5aba5
treea477dceaee134cebd9fac342b240cf82a34f2597
parent9f36ccd5471491806c69f8ac2639543c6a096ca6
If a template instantation introduces a name into a namespace, we need to write
out a visible update record for that namespace even if it was never declared in
this module.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204554 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTWriterDecl.cpp
test/Modules/Inputs/cxx-templates-a.h
test/Modules/Inputs/cxx-templates-common.h
test/Modules/cxx-templates.cpp