]> granicus.if.org Git - clang/commit
Follow-up to r199120: don't try referencing the dtor if the param decl isn't valid.
authorHans Wennborg <hans@hanshq.net>
Mon, 13 Jan 2014 19:24:31 +0000 (19:24 +0000)
committerHans Wennborg <hans@hanshq.net>
Mon, 13 Jan 2014 19:24:31 +0000 (19:24 +0000)
commit324f835127f652705aa6c6a80ed45fdbb3e81054
treea30f652d657db92e181cc07a7742d93689493799
parentb6c90f56688749159bcf3624e43aeb72f781fde8
Follow-up to r199120: don't try referencing the dtor if the param decl isn't valid.

This was caught by running test/SemaCXX/destructor.cpp in MS ABI mode.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199128 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaChecking.cpp