[PATCH] Add CommentOptions, allow specifying custom comment block commands

Ben Gertzfield bgertzfield at gmail.com
Fri Feb 1 15:41:20 PST 2013


Thanks again, worked like a charm. I updated the diff. I'll also rebase
from master now.


On Fri, Feb 1, 2013 at 3:30 PM, Ben Gertzfield <bgertzfield at gmail.com>wrote:

> Sorry, Dmitri, my email filter was too aggressive and I never saw your
> helpful reply! Testing out the fix now.
>
>
>
> On Tue, Jan 29, 2013 at 2:14 PM, Dmitri Gribenko <gribozavr at gmail.com>wrote:
>
>> On Wed, Jan 16, 2013 at 10:45 PM, Dmitri Gribenko <gribozavr at gmail.com>
>> wrote:
>> >
>> >   You are missing ##Flags<[CC1Option]>## in Options.td:
>> >
>> >     +def fcomment_block_commands : CommaJoined<["-"],
>> "fcomment-block-commands=">, Flags<[CC1Option]>, Group<f_clang_Group>,
>> >     +  HelpText<"Treat each comma separated argument in <arg> as a
>> documentation comment block command">,
>> >     +  MetaVarName<"<arg>">;
>> >
>> > http://llvm-reviews.chandlerc.com/D272
>>
>> Any updates on this?
>>
>> 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/20130201/afacf3bd/attachment.html>


More information about the cfe-commits mailing list