summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/implicit-allocation-functions.cpp
Commit message (Expand)AuthorAgeFilesLines
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-69/+0
* Revert "Improvement on sized deallocation from r230160"Reid Kleckner2015-03-191-12/+14
* Improvement on sized deallocation from r230160:Larisse Voufo2015-02-251-14/+12
* Relax the requirement on sized deallocation a bit: Default on unsized delete ...Larisse Voufo2015-02-221-6/+11
* Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo2015-02-201-0/+1
* Avoid using a COMDAT for sized delete on MachOReid Kleckner2015-02-191-5/+10
* 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
* Fix typo in test case.Larisse Voufo2015-02-041-1/+1
* Fix typo in test case.Larisse Voufo2015-02-041-4/+4
* Generalize r228066 to give all implicit global allocation functions default v...Larisse Voufo2015-02-041-0/+54
OpenPOWER on IntegriCloud