aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/property-reference.mm
AgeCommit message (Expand)Author
2013-04-09When checking for illegal expressions in a default-argumentJohn McCall
2012-04-13super and class property reference expressions don't need to beDouglas Gregor
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-01-10objc++: patch for IRgen for atomic properties ofFariborz Jahanian
2011-10-07objc++: some minor cleanup and a test caseFariborz Jahanian
2011-10-06objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian
2011-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-03-30de-sugared when accessing property reference type.Fariborz Jahanian