summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/property-not-lvalue.m
Commit message (Collapse)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a ↵Patrick Beard2012-04-061-1/+1
| | | | | | | | | root class is intentionally declared. The warning this inhibits, -Wobjc-root-class, is opt-in for now. However, all clang unit tests that would trigger the warning have been updated to use -Wno-objc-root-class. <rdar://problem/7446698> llvm-svn: 154187
* Change text of diagnostics on user request.Fariborz Jahanian2010-08-111-3/+3
| | | | | | radar 7948654. llvm-svn: 110857
* Some cleanup, change diagnostic when assigning toFariborz Jahanian2010-03-181-3/+3
| | | | | | a property which is not lvalue. llvm-svn: 98848
* Diagnose when user provided getter is being used as lvalueFariborz Jahanian2010-02-111-0/+14
| | | | | | using property dot-syntax. Fixes radar 7628953. llvm-svn: 95838
* Diagnose attempting to assign to a sub-structure of an ivarFariborz Jahanian2009-12-151-0/+20
using objective-c property. (fixes radar 7449707) llvm-svn: 91474
OpenPOWER on IntegriCloud