aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/messages-2.m
AgeCommit message (Expand)AuthorFilesLines
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-1/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+1
2023-07-07Remove rdar links; NFCAaron Ballman1-1/+0
2023-06-06[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov1-18/+14
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2020-12-30[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...Fangrui Song1-2/+2
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson1-2/+2
2016-04-20[Clang] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang1-1/+1
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper1-2/+2
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper1-2/+2
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-2/+2
2012-06-20Restructure how the driver communicates information about theJohn McCall1-1/+1
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-2/+2
2011-05-14Only perform the null-initialization of an aggregate result of a messageJohn McCall1-8/+20
2011-02-26Zero-initialize the struct-return slot of an Objective-C messageJohn McCall1-1/+22
2010-02-24Canonicalize parameter and return types before computing ABI info. EliminatesJohn McCall1-0/+3
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-12-14Tests use the new clang.Fariborz Jahanian1-1/+1
2009-11-29Normalize options to use '-FOO' instead of '--FOO'.Daniel Dunbar1-1/+1
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar1-1/+1
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar1-1/+1
2009-03-24Rename clang to clang-cc.Daniel Dunbar1-1/+1
2008-09-04Add some Objective-C code generation tests.Daniel Dunbar1-0/+139