summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/err-ivar-access-in-class-method.m
Commit message (Collapse)AuthorAgeFilesLines
* Added a new attribute, objc_root_class, which informs the compiler when a ↵Patrick Beard2012-04-061-2/+2
| | | | | | | | | 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
* objc/c++: Issue diagnostic when free-standing ivar is accessed Fariborz Jahanian2011-12-201-0/+26
in class method instead of crash. // rdar://10593227 llvm-svn: 146998
OpenPOWER on IntegriCloud