objective-C: clang, following gcc, warns on
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 28 Feb 2013 22:36:31 +0000 (22:36 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 28 Feb 2013 22:36:31 +0000 (22:36 +0000)
commitd838bba59b69265933e71cda8532cd5bfc2bf24a
tree1ecf9848d54f1e8b4511b302a9f54ff9fb7bd114
parent7e0db2a24b9e1c8c34b08015f7b26be15e08258a
objective-C: clang, following gcc, warns on
use of stand-alone protocol as type and uses
id<proto>. Modify warning to say what compiler
is doing. // rdar//13158394

llvm-svn: 176303
clang/include/clang/Basic/DiagnosticParseKinds.td
clang/test/FixIt/fixit-objc.m
clang/test/Parser/placeholder-recovery.m
clang/test/SemaObjC/protocol-archane.m