[PATCH] Add CommentOptions, allow specifying custom comment block commands
Dmitri Gribenko
gribozavr at gmail.com
Tue Jan 29 14:14:18 PST 2013
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>*/
More information about the cfe-commits
mailing list