summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attr-noreturn.c
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2023-01-05[C] Make (c ? e1 : e2) noreturn only if both e1 and e2 are noreturnFangrui Song
2023-01-05[test] Test __attribute__((noreturn)), _Noreturn, and [[return]] with conditi...Fangrui Song
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2020-03-24[CodeGen] Fix test attr-noreturn.c when run from my home directorySam McCall
2020-03-23Apply function attributes through array declaratorsMomchil Velikov