aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/continuation-class-err.m
AgeCommit message (Expand)Author
2012-08-21objective-C: Change rules for overriding properties in Fariborz Jahanian
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-05-18objc: use "class extension" instead of "continuation class"Fariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2012-02-02objc: don't crash if primary class is missing and continuation classFariborz Jahanian
2010-10-21Tweak diagnostics for redeclaration of a @property in a class extension where...Ted Kremenek
2010-04-23Improve on my previous diagnostics: per Doug's comment.Fariborz Jahanian
2010-04-23Trying to improve on a diagnostics for properties.Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Change tests to use clang -cc1...Fariborz Jahanian
2009-11-06Since default writable attribute is 'assign', allowFariborz Jahanian
2009-11-03Assortment of property attributes declared in continuationFariborz Jahanian
2009-11-02Property declared in continuation class can only be used toFariborz Jahanian
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-08Since we do not allow a readonly property to be 'copy'retain', weFariborz Jahanian
2008-12-06Patch to diagnose a variety of misuse of propertyFariborz Jahanian
2008-12-04Output better diagnostics for continuation classFariborz Jahanian
2008-11-26Removed a FIXME. Added a test case for anonymous category.Fariborz Jahanian