[cfe-commits] r173516 - in /cfe/trunk: lib/AST/ASTContext.cpp test/Index/annotate-comments-typedef.m

Dmitri Gribenko gribozavr at gmail.com
Fri Jan 25 15:01:31 PST 2013


On Sat, Jan 26, 2013 at 12:48 AM, Fariborz Jahanian <fjahanian at apple.com> wrote:
> Author: fjahanian
> Date: Fri Jan 25 16:48:32 2013
> New Revision: 173516
>
> URL: http://llvm.org/viewvc/llvm-project?rev=173516&view=rev
> Log:
> Attach enum's documentation to its typedef if
> latter does not have one of its own. // rdar://13067629

That's a nice heuristic!  Could you please put this explanation into
the comment in code?

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