[PATCH] D142632: [clang][TypePrinter] Support expression template arguments when checking defaultedness

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 26 08:06:35 PST 2023


erichkeane added a comment.

I think this looks correct, but 1 thing I found.



================
Comment at: clang/lib/AST/TypePrinter.cpp:2020
+  Expr const *pattern_expr = Pattern.getAsExpr();
+  pattern_expr->dump();
+  if (pattern_expr->isValueDependent() ||
----------------
this left over from debugging?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142632



More information about the cfe-commits mailing list