Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Sema][ObjC] Disable -Wunused-parameter for ObjC methods | Akira Hatanaka | 2019-05-03 | 1 | -2/+6 |
| | | | | | | | | | | The warning isn't very useful when the function is an ObjC method. rdar://problem/41561853 Differential Revision: https://reviews.llvm.org/D61147 llvm-svn: 359864 | ||||
* | Added a new attribute, objc_root_class, which informs the compiler when a ↵ | Patrick Beard | 2012-04-06 | 1 | -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 | ||||
* | objective-c test case for __attribute__((unused)) on method arguments. | Fariborz Jahanian | 2010-01-19 | 1 | -0/+15 |
llvm-svn: 93887 |