[PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
gribozavr at gmail.com
Fri Feb 1 15:47:02 PST 2013
On Sat, Feb 2, 2013 at 1:41 AM, Ben Gertzfield <bgertzfield at gmail.com> wrote:
> Thanks again, worked like a charm. I updated the diff. I'll also rebase from
> master now.
This looks good! The only thing I'm worried about is the
CommentOptions struct, I'd like Doug to LGTM that.
Please also take a look at r174216, that might have added the missing
bits that you needed.
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