aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/property-objects.mm
AgeCommit message (Expand)Author
2012-11-13Don't try to save the assigned value in a Objective-C property assignmentEli Friedman
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
2010-09-09property reference expression used on lhs of assignmentFariborz Jahanian
2010-09-01Fix IRGen when property-dot syntax used to accessFariborz Jahanian
2010-05-15Fix API gen for objc_msgSend property of aggregate typesFariborz Jahanian
2010-05-10Objective-C++ Code gen. Handle code gen. for propertyFariborz Jahanian
2010-05-07Fixes a Code gen crash trying to use a dot-syntax forFariborz Jahanian
2010-05-06Code Gen support for Getter/Setter synthesis of Fariborz Jahanian