]> granicus.if.org Git - clang/commit
Eliminate an uninteresting assertion; invalid code involving
authorDouglas Gregor <dgregor@apple.com>
Wed, 20 Apr 2011 17:22:00 +0000 (17:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 20 Apr 2011 17:22:00 +0000 (17:22 +0000)
commitb665b86f30be748cad03df85acde05da19ee875c
tree27c80217c1b740fe31058e582f69f857e3a6fc0d
parentf787002478f09af1741fb0f82a562002e6799c49
Eliminate an uninteresting assertion; invalid code involving
out-of-line destructors can result in the addition of redundant
destructors to a class. It's not harmful to the AST. Fixes
<rdar://problem/9158632>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129860 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/DeclCXX.cpp