| commit | cdd596fcdee060027ab841c8a93100bfe23ae968 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Fri Jul 07 09:15:29 2017 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Fri Jul 07 09:15:29 2017 +0000 |
| tree | e44179738bc38e5f01ddd3e6120e2b5f53e87f59 | |
| parent | 906e9a18982a3f0d5074800799045d9d033c8e83 [diff] |
[ObjC] Avoid the -Wunguarded-availability warnings for protocol requirements in protocol/class/category declarations The unguarded availability warnings in the protocol requirements of a protocol /class/category declaration can be avoided. This matches the behaviour of Swift's diagnostics. The warnings for deprecated/unavailable protocols are preserved. rdar://33156429 Differential Revision: https://reviews.llvm.org/D35061 llvm-svn: 307368