r192200 - Add fixits suggesting parenthesis around type name in expressions like sizeof.
Jordan Rose
jordan_rose at apple.com
Tue Oct 8 10:02:07 PDT 2013
On Oct 8, 2013, at 9:56, Serge Pavlov <sepavloff at gmail.com> wrote:
> +def err_missed_parenthesis_around_typename : Error<
> + "missed parenthesis around the type name in %0">;
Nitpick: the plural of "parenthesis" is "parentheses". Also, I think dropping the "the" would be more consistent with our other diagnostics.
Jordan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131008/8b816ec7/attachment.html>
More information about the cfe-commits
mailing list