summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/dostmt.c
AgeCommit message (Expand)Author
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
2015-06-29Account for calling convention specifiers in function definitions in IR test ...David Blaikie
2012-10-26Fix typo.Eli Friedman
2012-10-26Add missing safety check to an optimization for do-while loops. PR14191.Eli Friedman
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-07-25Fix rdar://6103124, the only dummy blocks are ones without names. Named blocksChris Lattner
2007-10-09new testDevang Patel