summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/const-label-addr.c
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2022-10-07[CodeGen] Convert 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
2012-10-03Matching block names with FileCheck requires asserts.Benjamin Kramer
2012-10-03CodeGen: Fix a silly typo when emitting subs of block addresses.Benjamin Kramer
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
2009-01-25Fix the address of a label to be properly considered and emitted as aEli Friedman