]> granicus.if.org Git - clang/commit
When typo-correcting a using-declaration, actually correct the name of the
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 14 May 2016 01:58:49 +0000 (01:58 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 14 May 2016 01:58:49 +0000 (01:58 +0000)
commit7c2cb864c424f895bcea19c59d915eb07640ec03
treee81131147fc1855029b5bcdb18620a7d77a3e29b
parent242ec252f420c3bc4248fe79c9fb45f092d7f544
When typo-correcting a using-declaration, actually correct the name of the
UsingDecl (so that redeclaration lookup can find it).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269530 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/using-decl-1.cpp