[PATCH] D55853: Ignore ConstantExpr in IgnoreParenNoopCasts

Reid Kleckner via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 19 13:52:51 PST 2018


rnk marked an inline comment as done.
rnk added inline comments.


================
Comment at: clang/lib/AST/Expr.cpp:2694
   while (true) {
     E = E->IgnoreParens();
 
----------------
rsmith wrote:
> Maybe `IgnoreParens` should be doing this itself?
I can do that, it passes tests.


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

https://reviews.llvm.org/D55853





More information about the cfe-commits mailing list