summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-user-setter.m
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-2/+2
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-2/+2
* Complain on missing property getter method onlyFariborz Jahanian2010-12-221-5/+5
* Issue extended diagnostic when property dot-syntax is used and Fariborz Jahanian2010-02-191-2/+2
* Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian2010-01-191-1/+14
* Add abort() as a builtin. This has two effects: one, we warn for incorrect Eli Friedman2009-12-161-0/+1
* 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
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6578665> user declared setter method should be used when ...Steve Naroff2009-03-111-0/+29
* Patch to supprt case of readonly property being Fariborz Jahanian2009-01-121-0/+36
* Explicit declaration of property setters over-rideFariborz Jahanian2009-01-101-0/+25