]> granicus.if.org Git - clang/commit
Push "out-of-line" declarations into scope when their lexical/semantic
authorDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 22:57:49 +0000 (22:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 9 Oct 2011 22:57:49 +0000 (22:57 +0000)
commit6d0468b2d3aa37c699b697922cd991ae83b64a87
treec5ae648f9a3ce81dba96afbbdb295add6391ef28
parentac57f0b9097e04f70a631549383a2944f74ad844
Push "out-of-line" declarations into scope when their lexical/semantic
redeclaration contexts are the same, as occurs within linkage
specifications. Fixes PR9162.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/linkage-spec.cpp