summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/variadic-sends.m
Commit message (Expand)AuthorAgeFilesLines
* Whether an argument is required (in contrast with being anJohn McCall2012-02-171-4/+4
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-4/+4
* Revert r126678.Fariborz Jahanian2011-02-281-10/+10
* objc IRGen for Next runtime message API.Fariborz Jahanian2011-02-281-10/+10
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Tests use the new clang.Fariborz Jahanian2009-12-141-2/+2
* This patch implements objective-c's 'SEL' type as a built-inFariborz Jahanian2009-11-211-10/+10
* Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar2009-11-171-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Use ABIArgInfo::getDirect() for all types that have a pointer representation.Anders Carlsson2009-09-261-3/+3
* IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar2009-09-171-0/+41