summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/partial-destruction.cpp
AgeCommit message (Expand)Author
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-07-16[clang][CGRecordLayout] Remove dependency on isZeroSize (#96422)Michael Buch
2024-06-10[CodeGen] Simplify codegen for array initialization (#93956)Nikita Popov
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-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2018-10-15Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"Sean Fertile
2018-10-10[CodeGenCXX] Treat 'this' as noalias in constructorsAnton Bikineev
2016-12-20C++11 test cleanup: nonthrowing destructorsPaul Robinson
2016-12-19Undo accidental comitPaul Robinson
2016-12-19Make a few OpenMP tests "C++11 clean."Paul Robinson
2015-09-14Fix a nasty bug with the partial destruction of nested arrays;John McCall
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
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
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-09-19Throw the switch to convert clang to the new exception handling model!Bill Wendling
2011-08-11Simplify EH control flow by observing that EH scopes form a simpleJohn McCall
2011-07-13Enforce access control for the destructor in a new[] expression and markJohn McCall
2011-07-13Convert the standard default-construction loops to use phis andJohn McCall
2011-07-11Emit partial destruction of structs with initializer lists.John McCall
2011-07-11Fix a lot of problems with the partial destruction of arrays:John McCall