commit | 5b34958b46dc14267d1b06099c3bd43e748716fc | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Oct 13 01:55:36 2017 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Fri Oct 13 01:55:36 2017 +0000 |
tree | c3e9bded9164d23dfcc44b90914d040d087e18e5 | |
parent | ad38fbffad842c3baf4589139271d16d14af0357 [diff] |
Support for destroying operator delete, per C++2a proposal P0722. This feature is not (yet) approved by the C++ committee, so this is liable to be reverted or significantly modified based on committee feedback. No functionality change intended for existing code (a new type must be defined in namespace std to take advantage of this feature). llvm-svn: 315662