<div dir="ltr">You can get the comment attached to a Decl with <span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">ASTContext::</span><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">getRawCommentForDeclNoCache(), but I'm not sure if we support something as powerful as, say, iterating over every comment in the TU.</span><div>
<span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">I've CC'd Dmitri who knows about clang's comment-accessing capabilities (he is responsible for -Wdocumentation).</span></div>
<div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">-- Sean Silva </span></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Fri, Oct 25, 2013 at 2:22 PM, Dan Campbell <span dir="ltr"><<a href="mailto:dan.campbell@gmail.com" target="_blank">dan.campbell@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 dir="ltr">I'm working on a plugin to enforce a particular coding style. One of the rules requires that all comments follow a certain pattern. I've been having trouble finding a way to access all the comments in a translation unit, so that they can be checked.<div>

<br></div><div>Is there a way to do this with the current plugin and static analysis tools, or are those only designed to look at actual code, and not comments?</div><div><br></div><div>Thanks</div></div>
<br>_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
<br></blockquote></div><br></div>