summaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-typecheck-1.m
Commit message (Expand)AuthorAgeFilesLines
* [Sema][ObjC] Avoid the "type of property does not match type of accessor"Alex Lorenz2017-03-301-0/+5
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* objective-c: fix a sema and IRGen crash when propertyFariborz Jahanian2012-05-291-6/+6
* objective-c: perform strict type checking on propertyFariborz Jahanian2012-05-151-6/+6
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Change the 'declared at' diagnostic to say 'declared here'.Anders Carlsson2010-04-231-3/+3
* 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
* Fixes a bug in my last patch. Order of types reversed.Fariborz Jahanian2009-05-081-6/+6
* More type checking for properties, accessors andFariborz Jahanian2009-05-081-1/+71
* improve the 'conflicting types' diagnostics to include correct location info,...Chris Lattner2009-04-111-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Consolidated property check into property-typecheck-1.m file.Fariborz Jahanian2008-12-171-0/+12
* Improve error reporting of property and setter/getterFariborz Jahanian2008-12-061-1/+1
* Fixed a test case. Added a test case showing property setter'sFariborz Jahanian2008-12-051-0/+19