<div dir="ltr"><div><div><div><div>Respected Sir/ Ma'am<br></div>Thanks for the information, but the question is still the same that how can I retrieve the comments in my parser so that I can parse them. clang::CommentOptions::ParseAllComments will start parsing all comments but how can I get those comment in my parser. What are the function to retrieve them or I just have include the header files in which these are define.<br>
</div>One more question is that ACSL have some more comment command, if I am not wrong then those are to be first  defined in CommentCommandList.inc <br></div>Thanking You<br></div>--Surbhi<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Sat, Aug 3, 2013 at 12:02 AM, James Dennett <span dir="ltr"><<a href="mailto:james.dennett@gmail.com" target="_blank">james.dennett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Fri, Aug 2, 2013 at 8:58 AM, Dmitri Gribenko <<a href="mailto:gribozavr@gmail.com">gribozavr@gmail.com</a>> wrote:<br>
> On Fri, Aug 2, 2013 at 4:58 AM, Arpit Sancheti<br>
> <<a href="mailto:arpit.sancheti2002@gmail.com">arpit.sancheti2002@gmail.com</a>> wrote:<br>
>> Respected,<br>
>>> Current comment parsing can only pick up comments that:<br>
>>> 1. immediately precede a declaration<br>
>>> 2. have special starting sequence: /// for line comments and /** ...<br>
>>> */ for block comments.<br>
>><br>
>>> (2) is easy to correct<br>
>> can you tell me how it can be done and also does writing the function<br>
>> ASTContext::getCommentForDecl(<br>
>> ) in the our parser will retrieve the comment or something else is also to<br>
>> be done.<br>
><br>
> Look for calls to RawComment::isDocumentation().<br>
<br>
</div>Or use the existing option to extract all comments.<br>
clang::CommentOptions::ParseAllComments is a good starting point for<br>
exploring that.<br>
<span class="HOEnZb"><font color="#888888"><br>
-- James<br>
</font></span></blockquote></div><br></div>