summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: When reporting on missing property accessor implementation inFariborz Jahanian2013-04-241-3/+2
* objective-C: remove use of 'ivar' in favor ofFariborz Jahanian2012-09-241-2/+2
* Restructure how the driver communicates information about theJohn McCall2012-06-201-1/+1
* Place several uncovered warnings under warning flags, and tweak diagnostic ou...Ted Kremenek2012-05-011-1/+1
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Do placeholder conversions on array bounds in both declarators andJohn McCall2012-01-111-0/+7
* There are some crazy cases that LookupMethodInReceiverTypeJohn McCall2011-11-071-0/+9
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* objc: Don't crash with decl context for property impl.Fariborz Jahanian2011-09-171-0/+2
* objective-c - Make warning on unimplemented protocols pointFariborz Jahanian2011-08-271-3/+3
* Improve diagnostic for @property/ivar type mismatch by including the types of...Ted Kremenek2010-03-231-2/+2
* Settled rule on warning on unimplemented property inFariborz Jahanian2010-01-201-2/+3
* Diagnose duplicate declaration of a property. FixesFariborz Jahanian2009-12-171-0/+9
* 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
* Diagnose properties which have no implementations;Fariborz Jahanian2009-04-141-2/+2
* fix PR3932: [ObjC]Type defined as 'id' is not recognized as a valid object type.Chris Lattner2009-04-121-1/+9
* rename testChris Lattner2009-04-121-0/+47