[PATCH] D151553: [clang] Fix consteval operators in template contexts

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 06:26:57 PDT 2023


cor3ntin added inline comments.


================
Comment at: clang/lib/Sema/TreeTransform.h:12002
+
+  UnresolvedSet<16> Functions;
+  if (ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Callee))
----------------
Can `Functions` ever held more than one element here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151553



More information about the cfe-commits mailing list