]> granicus.if.org Git - clang/commit
Fix crash if typo correction corrects a member using-declaration to a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 30 Apr 2014 17:40:35 +0000 (17:40 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 30 Apr 2014 17:40:35 +0000 (17:40 +0000)
commitf58c66ef3a3eb01de67f0eaa11e44c4a178cd9b2
tree9f0484db4f240c79c591e33dd725ecaf91913be9
parent84062d98f7de53d86da97efa06f89d8ad56d3fdd
Fix crash if typo correction corrects a member using-declaration to a
non-member declaration. Patch by Dinesh Dwivedi!

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