[cfe-dev] How does Clang Staic Analyzer deal with DeclRefExpr?
Jordan Rose
jordan_rose at apple.com
Wed Dec 11 10:03:01 PST 2013
Okay, should be working in r197059. Thanks for bringing this up!
Jordan
On Dec 10, 2013, at 5:07 , Arthur Yoo <phjy007 at gmail.com> wrote:
> For ParenExpr, I can use Expr's IgnoreParens() to skip this kind of Expr indeed, since they are 'transparent'. However, as for UnaryExprOrTypeTraitExpr and MemberExpr, they are very important for my checker, so I do hope that they can be captured by my checker in checkPostStmt().
>
>
> --
> Best regards,
> Arthur Yoo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20131211/8e354224/attachment.html>
More information about the cfe-dev
mailing list