On Oct 11, 2012, at 5:01 PM, jahanian <[email protected]> wrote: >> >>> >>> Modified: cfe/trunk/lib/AST/CommentDumper.cpp >>> URL: >>> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/CommentDumper.cpp?rev=165643&r1=165642&r2=165643&view=diff >>> ============================================================================== >>> --- cfe/trunk/lib/AST/CommentDumper.cpp (original) >>> +++ cfe/trunk/lib/AST/CommentDumper.cpp Wed Oct 10 13:34:52 2012 >>> @@ -183,7 +183,7 @@ >>> OS << " implicitly"; >>> >>> if (C->hasParamName()) >>> - OS << " Param=\"" << C->getParamName() << "\""; >>> + OS << " Param=\"" << C->getParamName(0) << "\""; >> >> We should be able to pass down the FullComment here, right? > > FullComment is not available here. I will talk to you.
In r165807. - Fariborz _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
