summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/new-array-init.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-01-23[nfc][clang] Fix test in new-array-init.cpp (#79225)Alan Zhao
2024-01-18[clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao
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
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
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-05-06[c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2017-02-13When the new expr's array size is an ICE, emit it as a constant expression.Nick Lewycky
2016-10-05PR22924, PR22845, some of CWG1464: When checking the initializer for an arrayRichard Smith
2016-04-07Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-08-28Reverting r216675. This breaks some bots. Before this can be committed again,...Aaron Ballman
2014-08-28Throw a std::bad_array_new_length exception when the expression (or constant-...Aaron Ballman
2014-06-03When emitting a multidimensional array new, emit the initializers for theRichard Smith
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-02-22CodeGen for array new list initializers. Doesn't correctly clean up in the fa...Sebastian Redl