aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjCXX/property-synthesis-error.mm
AgeCommit message (Expand)Author
2012-10-18Fix Objective-C implicit property synthesis for C++ classes so we use valid Eli Friedman
2012-09-17objective-C: peroform property attribute consistencyFariborz Jahanian
2012-05-01Add a missing RequireCompleteType call when synthesizing properties. <rdar:/...Eli Friedman
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-09-24objc - redeclaration of property in extension classFariborz Jahanian
2010-10-15Check for ivar being a C++ object before attempting toFariborz Jahanian
2010-10-14Put line number on the diagnostic. //rdar: //8550657.Fariborz Jahanian