summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/self-declared-in-block.m
Commit message (Collapse)AuthorAgeFilesLines
* Prior to adding the new "expected-no-diagnostics" directive to ↵Andy Gibbs2012-10-191-0/+1
| | | | | | VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. llvm-svn: 166280
* 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
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-2/+2
| | | | | | | | | | | | | | | | | | | increasingly prevailing case to the point that new features like ARC don't even support the fragile ABI anymore. This required a little bit of reshuffling with exceptions because a check was assuming that ObjCNonFragileABI was only being set in ObjC mode, and that's actually a bit obnoxious to do. Most, though, it involved a perl script to translate a ton of test cases. Mostly no functionality change for driver users, although there are corner cases with disabling language-specific exceptions that we should handle more correctly now. llvm-svn: 140957
* Fix a bug where a local variable named 'self' is causingFariborz Jahanian2011-07-121-7/+8
| | | | | | | implicit ivar accesses to go through the 'self' variable rather than the real 'self' for the method. // rdar://9730771 llvm-svn: 134992
* Allow shadowin of 'self' in objc methods inFariborz Jahanian2011-04-151-0/+33
| | | | | | | | cases where stand-alone ivar can be looked up in shadowed object. To fix gcc compatibility breakage. // rdar://9284603 llvm-svn: 129576
* Redeclaration of 'self' should be flagged inFariborz Jahanian2011-04-121-0/+18
objective-c instead of crashing in IRgen. // rdar://9154582. llvm-svn: 129412
OpenPOWER on IntegriCloud