[PATCH] Fix the err_objc_type_args_after_protocols error message.

Ewan Mellor via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 29 21:27:29 PST 2015


Type arguments must be before protocols in Objective-C type
declarations.  The error name and code behavior are correct,
just the message is wrong.
---
 include/clang/Basic/DiagnosticParseKinds.td | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Fix-the-err_objc_type_args_after_protocols-error-mes.patch
Type: text/x-patch
Size: 565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151129/17dd3233/attachment-0001.bin>


More information about the cfe-commits mailing list