diff options
author | Alex Lorenz <arphaman@gmail.com> | 2017-08-25 16:12:17 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2017-08-25 16:12:17 +0000 |
commit | d9f1284009d506406ab2e81d6f04cb23a2205282 (patch) | |
tree | 169e34bb3cb91a7a1a3bd0ab8c6bf173e5ec4956 /clang/unittests/Frontend/ASTUnitTest.cpp | |
parent | d0e27266d886dbd206202189a1113a98b141d458 (diff) | |
download | bcm5719-llvm-d9f1284009d506406ab2e81d6f04cb23a2205282.tar.gz bcm5719-llvm-d9f1284009d506406ab2e81d6f04cb23a2205282.zip |
[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
Diffstat (limited to 'clang/unittests/Frontend/ASTUnitTest.cpp')
0 files changed, 0 insertions, 0 deletions