[PATCH] Expr::IgnoreImpCasts should also ignore CXXConstructorCalls for implicit copy constructor calls

Jochen Eisinger eisinger at google.com
Thu May 2 08:15:20 PDT 2013


  Manuel asked offline what exactly is not handled

  as far as I can see Stmt::IgnoreImplicit only skips ExprWithCleanups and ImplicitCastExpr, none of which is a base class of CXXConstructExpr

http://llvm-reviews.chandlerc.com/D720



More information about the cfe-commits mailing list