<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>ParenExpr isn't even in the CFG, so it's not actually possible for the analyzer to hand it to a checker. Are you sure you're not better off with a RecursiveASTVisitor or with the AST matchers?</div><div><br></div><div>Jordan</div><div><br></div><br><div><div>On Dec 8, 2013, at 18:52 , Arthur Yoo <<a href="mailto:phjy007@gmail.com">phjy007@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">Hi Jordan,<div><br></div><div class="gmail_extra">Actually, I'm doing some software porting issue analysis. And my checker needs to capture the UnaryExprOrTypeTraitExpr, ParenExpr and MemberExpr in <i>PostChecker()</i>. So can you provide me the patch to provide checkers chances to catch these Exprs in <i>PostChecker()</i>? </div>
<div class="gmail_extra">Thank you very much!  :-)<br><div class="gmail_quote"><br></div><div><br></div>-- <br><div dir="ltr"><font color="#444444">Best regards,</font><div><font color="#444444">Arthur Yoo</font></div></div>

</div></div>
</blockquote></div><br></body></html>