[cfe-commits] r159309 - in /cfe/trunk: lib/AST/CommentBriefParser.cpp test/Index/annotate-comments.cpp

Dmitri Gribenko gribozavr at gmail.com
Fri Jun 29 11:21:46 PDT 2012


On Fri, Jun 29, 2012 at 10:53 AM, Douglas Gregor <dgregor at apple.com> wrote:
> On Jun 27, 2012, at 5:01 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
>> +      // Check if this command implicitly starts a new paragraph.
>> +      if (Name == "param" || Name == "result" || Name == "return" ||
>> +          Name == "returns") {
>
> Please pull this name check out into a separate function "commandImplictlyStartsParagraph(StringRef)" or similar. This seems like another thing we'd want to TableGen.

Done in r159444.

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