[PATCH] D55853: Ignore ConstantExpr in IgnoreParenNoopCasts

Richard Smith - zygoloid via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 18 16:50:23 PST 2018


rsmith added inline comments.


================
Comment at: clang/lib/AST/Expr.cpp:2694
   while (true) {
     E = E->IgnoreParens();
 
----------------
Maybe `IgnoreParens` should be doing this itself?


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

https://reviews.llvm.org/D55853





More information about the cfe-commits mailing list