summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-user-setter.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C. Do not warn if user is using property-dox syntax to name aFariborz Jahanian2014-08-151-1/+1
* Objective-C [qoi]. Issue warning and fixit if property-dot syntaxFariborz Jahanian2014-08-081-5/+6
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-1/+1
* Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman2012-11-291-2/+2
* objective-c: revert r157407. It broke a projectFariborz Jahanian2012-05-301-4/+22
* Change warning to error when property setter names conflict.Fariborz Jahanian2012-05-261-4/+4
* objective-c: warn on use of property settersFariborz Jahanian2012-05-241-4/+10
* objective-c: Fixes a corner case and interesting bug.Fariborz Jahanian2012-05-241-0/+28
* 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