]> granicus.if.org Git - clang/commit
Don't fold together the name lookup entries for two declarations if they are
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Mar 2014 21:46:03 +0000 (21:46 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 17 Mar 2014 21:46:03 +0000 (21:46 +0000)
commitd4d211d3c06bd3df5c9ab1c55e95c571f1997a9d
treecf72882738bb886f86e09219cd4356d150a6e005
parent7513eb534ac159ffa584ae9ccdc38a81373ff3d3
Don't fold together the name lookup entries for two declarations if they are
declared in different namespaces in the same inline namespace set.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@204082 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/p2.cpp
test/CXX/dcl.decl/dcl.meaning/p1-0x.cpp