aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/variadic-sends.m
AgeCommit message (Expand)AuthorFilesLines
2022-12-12[Clang] Convert various tests to opaque pointers (NFC)Nikita Popov1-12/+12
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov1-2/+2
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie1-4/+4
2012-06-20Restructure how the driver communicates information about theJohn McCall1-2/+2
2012-02-17Whether an argument is required (in contrast with being anJohn McCall1-4/+4
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall1-2/+2
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner1-4/+4
2011-02-28Revert r126678.Fariborz Jahanian1-10/+10
2011-02-28objc IRGen for Next runtime message API.Fariborz Jahanian1-10/+10
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-2/+2
2009-12-14Tests use the new clang.Fariborz Jahanian1-2/+2
2009-11-21This patch implements objective-c's 'SEL' type as a built-inFariborz Jahanian1-10/+10
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar1-2/+2
2009-11-08Eliminate &&s in tests.Daniel Dunbar1-1/+1
2009-09-26Use ABIArgInfo::getDirect() for all types that have a pointer representation.Anders Carlsson1-3/+3
2009-09-17IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar1-0/+41