summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/attr-cleanup.c
AgeCommit message (Expand)Author
2025-09-23[CodeGen] Fix cleanup attribute for C89 for-loop init variables (#156643)Jongmyeong Choi
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2022-02-15Use functions with prototypes when appropriate; NFCAaron Ballman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-04-26When calling the cleanup function specified by __attribute__((cleanup)), make...Anders Carlsson