summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/partial-reinitialization2.c
AgeCommit message (Expand)Author
2025-02-27[clang][CodeGen] Additional fixes for #114062 (#128166)Alex Voicu
2025-02-14[clang][CodeGen] `sret` args should always point to the `alloca` AS, so use t...Alex Voicu
2023-03-10[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-06-10Fix the test case to handle different IR variable names.Yunzhong Gao
2015-06-10Implementing C99 partial re-initialization behavior (DR-253)Yunzhong Gao