diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-02-26 09:11:52 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2012-02-26 09:11:52 +0000 |
commit | 9a561d539158a30b68fc258b81a994f3fac10212 (patch) | |
tree | ac85805437971025bbd67c1c762b9874ae4a481b /test/Driver/Inputs/debian_multiarch_tree/usr/lib/gcc | |
parent | 155c54c011ecc2ffdaf7759ec5dbbafafff40618 (diff) |
Ensure that we delete destructors in the right cases. Specifically:
- variant members with nontrivial destructors make the containing class's
destructor deleted
- check for a virtual destructor after checking for overridden methods in the
base class(es)
- check for an inaccessible operator delete for a class with a virtual
destructor.
Do not try to call an anonymous union field's destructor from the destructor of
the containing class.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151483 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/Inputs/debian_multiarch_tree/usr/lib/gcc')
0 files changed, 0 insertions, 0 deletions