summaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/property-synthesis-error.mm
Commit message (Expand)AuthorAge
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-27
* Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman2012-10-18
* objective-C: peroform property attribute consistencyFariborz Jahanian2012-09-17
* Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman2012-05-01
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-06
* objc++: patch for IRgen for atomic properties ofFariborz Jahanian2012-01-10
* objc++: some minor cleanup and a test caseFariborz Jahanian2011-10-07
* objc++: For atomic properties of c++ class objec typet, appropriateFariborz Jahanian2011-10-06
* objc - redeclaration of property in extension classFariborz Jahanian2011-09-24
* Check for ivar being a C++ object before attempting toFariborz Jahanian2010-10-15
* Put line number on the diagnostic. //rdar: //8550657.Fariborz Jahanian2010-10-14