]> granicus.if.org Git - clang/commit
If a name is injected into an imported inline namespace without reopening that
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 23 Mar 2014 20:41:56 +0000 (20:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sun, 23 Mar 2014 20:41:56 +0000 (20:41 +0000)
commitf8ef031677dc7629b1dfcb7eb48c900c62a0a5e2
treea70323aedde19e37d0c5c90098dca1a9710c4d1a
parentd7d4db0911c37051fffbb78ee954838e4829eed6
If a name is injected into an imported inline namespace without reopening that
namespace, we need to update both the visible names of that namespace and of
its enclosing namespace set.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204570 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Serialization/ASTWriterDecl.cpp
test/Modules/Inputs/cxx-inline-namespace.h
test/Modules/Inputs/module.map
test/Modules/cxx-inline-namespace.cpp