summaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-user-setter.m
AgeCommit message (Expand)Author
2014-08-15Objective-C. Do not warn if user is using property-dox syntax to name aFariborz Jahanian
2014-08-08Objective-C [qoi]. Issue warning and fixit if property-dot syntaxFariborz Jahanian
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2012-11-29Fix crash-on-invalid. <rdar://problem/12765391>.Eli Friedman
2012-05-30objective-c: revert r157407. It broke a projectFariborz Jahanian
2012-05-26Change warning to error when property setter names conflict.Fariborz Jahanian
2012-05-24objective-c: warn on use of property settersFariborz Jahanian
2012-05-24objective-c: Fixes a corner case and interesting bug.Fariborz Jahanian
2012-04-06Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2010-12-22Complain on missing property getter method onlyFariborz Jahanian
2010-02-19Issue extended diagnostic when property dot-syntax is used and Fariborz Jahanian
2010-01-19Issue diagnostics (instead of crashing in code gen) when usingFariborz Jahanian
2009-12-16Add abort() as a builtin. This has two effects: one, we warn for incorrect Eli Friedman
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-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-11Fix <rdar://problem/6578665> user declared setter method should be used when ...Steve Naroff
2009-01-12Patch to supprt case of readonly property being Fariborz Jahanian
2009-01-10Explicit declaration of property setters over-rideFariborz Jahanian