Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relax the requirement on sized deallocation a bit: Default on unsized delete ↵ | Larisse Voufo | 2015-02-22 | 1 | -0/+2 |
| | | | | | | if sized delete is not provided in global scope, and -fdefine-sized-deallocation option is disabled. llvm-svn: 230160 | ||||
* | Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y; | Richard Smith | 2013-09-29 | 1 | -0/+17 |
instead, it's enabled by the -cc1 flag -fsized-deallocation, until we sort out the backward-compatibility issues. llvm-svn: 191629 |