]> granicus.if.org Git - clang/commit
Follow-up to r217302: Don't crash on ~A::A() if A is undeclared.
authorNico Weber <nicolasweber@gmx.de>
Fri, 30 Jan 2015 04:05:15 +0000 (04:05 +0000)
committerNico Weber <nicolasweber@gmx.de>
Fri, 30 Jan 2015 04:05:15 +0000 (04:05 +0000)
commit814aa7c5c3a3b158948541f7c8af5c0835d0ddbb
tree9877fce637141e2a9c1f8f6c26357f6f42c30796
parent0b5adca9199ac114ed0ca4b4795f7d097948167e
Follow-up to r217302: Don't crash on ~A::A() if A is undeclared.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227555 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseExprCXX.cpp
test/Parser/cxx-class.cpp