r181458 - documentation parsing. Patch to do typo correction for

Dmitri Gribenko gribozavr at gmail.com
Wed May 8 14:29:28 PDT 2013


On Thu, May 9, 2013 at 12:25 AM, jahanian <fjahanian at apple.com> wrote:
>
> On May 8, 2013, at 1:13 PM, Douglas Gregor <dgregor at apple.com> wrote:
>
>
> On May 8, 2013, at 12:42 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>
> On Wed, May 8, 2013 at 10:21 PM, Fariborz Jahanian <fjahanian at apple.com>
> wrote:
>
> This loop should also check dynamically registered commands.
>
>
> Is -fcomment-block-comments=<blah> the only option to do this or there other
> ways too?

Yes, this is the only way to test it now.  But the typo correction
implementation should just iterate over
CommandTraits::RegisteredCommands and ignore commands that have the
'unknown' bit set.

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>*/



More information about the cfe-commits mailing list