summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/cxx1y-sized-deallocation.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Relax the requirement on sized deallocation a bit: Default on unsized delete ↵Larisse Voufo2015-02-221-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 Smith2013-09-291-0/+17
instead, it's enabled by the -cc1 flag -fsized-deallocation, until we sort out the backward-compatibility issues. llvm-svn: 191629
OpenPOWER on IntegriCloud