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

Dmitri Gribenko gribozavr at gmail.com
Wed Jan 16 12:45:41 PST 2013


  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



More information about the cfe-commits mailing list