summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-category-1.m
Commit message (Expand)AuthorAgeFilesLines
* Replace -fobjc-default-synthesize-properties with disable-objc-default-synthe...Rafael Espindola2013-09-271-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-1/+1
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-1/+1
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-1/+1
* objective-c - Make warning on unimplemented protocols pointFariborz Jahanian2011-08-271-2/+2
* 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
* writable atomic property's setter/getter must be in 'lock' step ofFariborz Jahanian2009-11-111-0/+1
* Diagnose properties which have no implementations;Fariborz Jahanian2009-04-141-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...Steve Naroff2009-03-041-1/+1
* Fix crash on null deference when searching for readwrite properties inDaniel Dunbar2009-01-091-0/+17
* Patch to allow over-riding of readonly property to Fariborz Jahanian2008-11-251-0/+35