| commit | d9f1284009d506406ab2e81d6f04cb23a2205282 | [log] [tgz] |
|---|---|---|
| author | Alex Lorenz <arphaman@gmail.com> | Fri Aug 25 16:12:17 2017 +0000 |
| committer | Alex Lorenz <arphaman@gmail.com> | Fri Aug 25 16:12:17 2017 +0000 |
| tree | 169e34bb3cb91a7a1a3bd0ab8c6bf173e5ec4956 | |
| parent | d0e27266d886dbd206202189a1113a98b141d458 [diff] |
[ObjC] Add a -Wobjc-messaging-id warning -Wobjc-messaging-id is a new, non-default warning that warns about message sends to unqualified id in Objective-C. This warning is useful for projects that would like to avoid any potential future compiler errors/warnings, as the system frameworks might add a method with the same selector which could make the message send to id ambiguous. rdar://33303354 llvm-svn: 311779