summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/continuation-class-err.m
Commit message (Expand)AuthorAgeFilesLines
* objective-C: Change rules for overriding properties in Fariborz Jahanian2012-08-211-2/+2
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* objc: use "class extension" instead of "continuation class"Fariborz Jahanian2012-05-181-4/+4
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* objc: don't crash if primary class is missing and continuation classFariborz Jahanian2012-02-021-0/+9
* Tweak diagnostics for redeclaration of a @property in a class extension where...Ted Kremenek2010-10-211-3/+3
* Improve on my previous diagnostics: per Doug's comment.Fariborz Jahanian2010-04-231-3/+3
* Trying to improve on a diagnostics for properties.Fariborz Jahanian2010-04-231-3/+3
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Since default writable attribute is 'assign', allowFariborz Jahanian2009-11-061-0/+2
* Assortment of property attributes declared in continuationFariborz Jahanian2009-11-031-2/+2
* Property declared in continuation class can only be used toFariborz Jahanian2009-11-021-2/+27
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Since we do not allow a readonly property to be 'copy'retain', weFariborz Jahanian2008-12-081-1/+1
* Patch to diagnose a variety of misuse of propertyFariborz Jahanian2008-12-061-1/+1
* Output better diagnostics for continuation classFariborz Jahanian2008-12-041-1/+1
* Removed a FIXME. Added a test case for anonymous category.Fariborz Jahanian2008-11-261-0/+15