[cfe-commits] r165643 - in /cfe/trunk: include/clang/AST/Comment.h include/clang/AST/DeclObjC.h lib/AST/ASTContext.cpp lib/AST/Comment.cpp lib/AST/CommentDumper.cpp lib/AST/CommentSema.cpp lib/AST/DeclObjC.cpp test/Index/overriding-method-comments.mm tools/libclang/CXComment.cpp unittests/AST/CommentParser.cpp
jahanian
fjahanian at apple.com
Fri Oct 12 10:31:32 PDT 2012
On Oct 11, 2012, at 5:01 PM, jahanian <fjahanian at apple.com> 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
More information about the cfe-commits
mailing list