aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/property-dot-reference.mm
AgeCommit message (Expand)Author
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-02-28Revert r126678.Fariborz Jahanian
2011-02-28objc IRGen for Next runtime message API.Fariborz Jahanian
2010-12-07Test case.John McCall
2010-12-04Although we currently have explicit lvalue-to-rvalue conversions, they'reJohn McCall
2010-09-18Fixes IRgen bug in objc++ reference binding of aFariborz Jahanian
2010-09-10IRGen fix for using property-dot syntax to pass Fariborz Jahanian