]> granicus.if.org Git - clang/commit
Don't be so eager to replace UsingDecls in a DeclContext's lookup table;
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 4 Nov 2010 08:48:52 +0000 (08:48 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 4 Nov 2010 08:48:52 +0000 (08:48 +0000)
commitc80117e7971c34088f3e254c849ec3a40205d2c3
treedab57fcb4e8f5995fc553976ec67ecc72233acbf
parent2bd6250f8e14750033362664ee298c2cc0e64853
Don't be so eager to replace UsingDecls in a DeclContext's lookup table;
check that the TargetNestedNameDecl is the same first.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118239 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Decl.cpp
test/SemaCXX/using-decl-templates.cpp