summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/new.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-07[CodeGenCXX] Convert more 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
2021-06-23[Clang] Check for returns_nonnull when deciding to add allocation null checksmodimo
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-02-26[clang] Annotating C++'s `operator new` with more attributesRoman Lebedev
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
2019-02-05[NFC] Explicitly add -std=c++14 option to tests that rely on the C++14 defaultNemanja Ivanovic
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2017-12-09Switch to gnu++14 as the default dialect.Tim Northover
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2015-08-14This test was still failing for me after r244925, fix it harder.Richard Smith
2015-08-13Try to fix new.cpp after r244920 to make it passReid Kleckner
2015-05-18Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi
2015-05-14Revert "Detect uses of mismatching forms of 'new' and 'delete'"Diego Novillo
2015-05-14Detect uses of mismatching forms of 'new' and 'delete'Ismail Pazarbasi
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2015-02-15Update test to make it robust to migration to typeless pointersDavid Blaikie
2015-02-14DR1748: the reserved placement allocation functions have undefined behavior ifRichard Smith
2014-06-05Bugfix: don't assert if someone manages to declare an operator new/delete tem...Richard Smith
2014-06-03Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith
2014-02-16Fix broken CHECK linesNico Rieck
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-21Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith
2012-08-25Fix a CodeGen bug where we would skip zero-initialization forEli Friedman
2012-02-16Elide copy construction in new expressions. PR11757.Eli Friedman
2011-12-09Make array new on a pointer to data member type work correctly. PR11523.Eli Friedman
2011-07-13Convert the standard default-construction loops to use phis andJohn McCall
2011-06-27When instantiating a C++ "new" expression, don't fake source locationsDouglas Gregor
2011-05-16Don't actually emit calls to the reserved global placement new and deleteJohn McCall
2010-09-02Fix a few more ConvertTypes that should be ConvertTypeForMems, fixingDouglas Gregor
2010-09-02Abstract IR generation of array cookies into the C++ ABI class andJohn McCall
2010-08-26Fix miscompilation. The cookie was not used when new'ing arrays with multiple...Argyrios Kyrtzidis
2010-08-25Fix miscompilation. The custom new[]/delete[] methods were not getting called...Argyrios Kyrtzidis
2010-08-18Make sure to add MallocAttr to explicitly-declared operator new/new[]Douglas Gregor