r181521 - [doc parsing]: So, in this patch, single character

jahanian fjahanian at apple.com
Thu May 9 10:19:39 PDT 2013


On May 9, 2013, at 10:15 AM, Dmitri Gribenko <gribozavr at gmail.com> wrote:

>> 
>> But it should still get a pedantic
>> diag::warn_unknown_comment_command_name diagnostic.
>> 
>> 
>> Are you sure. I intentionally left it out. It is going to be noisy with
>> pedantic.
> 
> Pedantic is going to be noisy anyway, because it will warn even if
> there is no typo correction available.  Pedantic should be, erm,
> pedantic, and warn about everything suspect -- that's the intent.  It
> is feasible to be pedantic-clean when starting a new project (like
> clang codebase does), but for an existing project it will be noisy,
> and that's why it is off by default.

Ok then. In r181523.
- Fariborz

> 
> Dmitri
> 
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130509/26161e65/attachment.html>


More information about the cfe-commits mailing list