summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/paren-list-agg-init.cpp
AgeCommit message (Expand)Author
2025-05-22Fix regression tests with bad FileCheck checks (#140373)Mohammad Bashir
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
2024-01-18[clang] Fix parenthesized list initialization of arrays not working with `new...Alan Zhao
2024-01-11[Clang] Set writable and dead_on_unwind attributes on sret arguments (#77116)Nikita Popov
2023-05-01[clang] Fix overly aggressive lifetime checks for parenthesized aggregate ini...Alan Zhao
2023-05-01[clang] Fix default initializers being ignored when initializing templated ag...Alan Zhao
2023-03-30[clang] Fix 2 bugs with parenthesized aggregate initializationAlan Zhao
2023-01-12[clang] Reland parenthesized aggregate init patchesAlan Zhao
2023-01-04[clang] Revert parentesized aggregate initalization patchesAlan Zhao
2022-12-21[clang] Remove overly restrictive aggregate paren init logicAlan Zhao
2022-12-14[clang][C++20] P0960R3 and P1975R0: Allow initializing aggregates from a pare...Alan Zhao