[PATCH] D57267: [AST] Factor out the logic of the various Expr::Ignore*

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 6 11:25:05 PST 2019


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM! You should give @rsmith a few days in case he wants to express an opinion though.



================
Comment at: lib/AST/Expr.cpp:2643-2645
+  }
+
+  else if (auto *GSE = dyn_cast<GenericSelectionExpr>(E)) {
----------------
Formatting (same elsewhere).


Repository:
  rC Clang

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

https://reviews.llvm.org/D57267





More information about the cfe-commits mailing list