summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx1y-sized-deallocation.cpp
AgeCommit message (Expand)Author
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang
2024-04-26Revert "[clang] Enable sized deallocation by default in C++14 onwards (#83774...Vitaly Buka
2024-04-26[clang] Enable sized deallocation by default in C++14 onwards (#83774)Pengcheng Wang
2023-08-29Revert "[clang] Enable sized deallocation by default in C++14 onwards"Aaron Ballman
2023-08-29[clang] Enable sized deallocation by default in C++14 onwardswangpc
2022-10-06[CodeGenCXX] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2015-03-20C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner
2015-03-19Revert "Improvement on sized deallocation from r230160"Reid Kleckner
2015-02-25Improvement on sized deallocation from r230160:Larisse Voufo
2015-02-22Relax the requirement on sized deallocation a bit: Default on unsized delete ...Larisse Voufo
2015-02-20Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo
2015-02-19Put the implicit weak sized deallocation funciton in C++14 in a comdatReid Kleckner
2015-02-18Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo
2015-02-14Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo
2013-12-05PR17983: Fix crasher bug in C++1y mode when performing a non-global arrayRichard Smith
2013-11-05C++1y sized deallocation: if we have a use, but not a definition, of a sizedRichard Smith
2013-09-29Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;Richard Smith