riccibruno added subscribers: rnk, void.
riccibruno added a comment.

@void @rnk Perhaps you can comment on this: currently `Expr::IgnoreImpCasts` 
skips `FullExpr`s, but `Expr::IgnoreParenImpCasts` only skips (via 
`IgnoreParens`) `ConstantExpr`s. Is there any reason for this inconsistency ? I 
would like to add `FullExpr` to the nodes skipped by `IgnoreParenImpCasts` for 
consistency but I am worried about unexpected issues even though all tests pass.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57267/new/

https://reviews.llvm.org/D57267



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to