]> granicus.if.org Git - clang/commit
Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Jan 2015 00:48:52 +0000 (00:48 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 15 Jan 2015 00:48:52 +0000 (00:48 +0000)
commit73e3217e76d235d10c8eee676fd9760aeb0ae9d8
treefba2e94766806932b4eaae7a714ac464d6336e3a
parent442b770c21397607d1cc75ede4d8bd525c3d0849
Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@226067 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseDecl.cpp
lib/Parse/ParseExprCXX.cpp
lib/Sema/SemaExprCXX.cpp
test/Parser/cxx-class.cpp
test/SemaTemplate/explicit-specialization-member.cpp