<div dir="ltr"><div>I'm trying to write a checker for C++ code.<br></div><div><br></div>Registering for PreStmt<DeclRefExpr> gives no result, whereas registering for PreStmt<Expr> at least gives me a callback on ImplicitCast(DeclRefExpr). Likewise for MemberExpr.<div>

<br></div><div>I haven't found a way to consistently get a callback for CXXThisExpr.</div><div><br></div><div>On the other hand, CXXNewExpr, CXXDeleteStmt, etc, callback all function as expected.</div><div><br></div>
<div>
Is this a known issue or am I (likely) doing things wrong?</div><div><br></div><div>Thanks,</div><div>Aemon<br><div><br></div></div><div>p.s. My clang tree is synced at git 7b47adcbea945e31db3e96567e8</div><div>      A few months old now.</div>

</div>