summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/objc-cstyle-args-in-methods.m
Commit message (Collapse)AuthorAgeFilesLines
* objective-c: deprecated C-like parameters in Objective-C Fariborz Jahanian2012-06-211-1/+1
| | | | | | | method declarations. // rdar://11578353. llvm-svn: 158929
* 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
* Patch to implement gcc's cstyle arguments in objcFariborz Jahanian2010-04-081-0/+20
methods. wip. llvm-svn: 100734
OpenPOWER on IntegriCloud