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