]> granicus.if.org Git - clang/commit
Fix a crash on invalid when declaring an implicit member of a class with an
authorJohn McCall <rjmccall@apple.com>
Thu, 12 Aug 2010 00:57:17 +0000 (00:57 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 12 Aug 2010 00:57:17 +0000 (00:57 +0000)
commitfcadea2556be268121a6216e367bbe3598c4008e
treeb8e7feef78ec9c0680d4fa3b459bcdd9c16a7d04
parenta77a723489b0cff63bf90f23416e10b8b6fc1f55
Fix a crash on invalid when declaring an implicit member of a class with an
invalid destructor.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110891 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/destructor.cpp