summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx1y-sized-deallocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-18/+10
* Revert "Improvement on sized deallocation from r230160"Reid Kleckner2015-03-191-34/+12
* Improvement on sized deallocation from r230160:Larisse Voufo2015-02-251-12/+34
* Relax the requirement on sized deallocation a bit: Default on unsized delete ...Larisse Voufo2015-02-221-2/+9
* Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo2015-02-201-0/+1
* Put the implicit weak sized deallocation funciton in C++14 in a comdatReid Kleckner2015-02-191-2/+2
* Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo2015-02-181-2/+2
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-141-6/+10
* PR17983: Fix crasher bug in C++1y mode when performing a non-global arrayRichard Smith2013-12-051-8/+28
* C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith2013-11-051-2/+9
* Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith2013-09-291-0/+83