]> granicus.if.org Git - clang/commit
Look through array types when deciding whether a field requires non-trivial
authorJohn McCall <rjmccall@apple.com>
Sun, 13 Feb 2011 00:46:43 +0000 (00:46 +0000)
committerJohn McCall <rjmccall@apple.com>
Sun, 13 Feb 2011 00:46:43 +0000 (00:46 +0000)
commit0d70d71ccbc4f7f59cadb759f61b7172a149676c
tree027a6fb58fc309c2111963092aef4742f3cdf731
parente3c8c64e7735c3589e1a34e6000c93183a55920c
Look through array types when deciding whether a field requires non-trivial
destruction in the destructor-aliases logic.  Fixes PR 9197.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125447 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/Type.cpp
lib/CodeGen/CGCXX.cpp
test/CodeGenCXX/destructors.cpp