[PATCH] D151553: [clang] Fix consteval operators in template contexts
Mariya Podchishchaeva via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 06:44:36 PDT 2023
Fznamznon added inline comments.
================
Comment at: clang/lib/Sema/TreeTransform.h:12002
+
+ UnresolvedSet<16> Functions;
+ if (ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(Callee))
----------------
cor3ntin wrote:
> Can `Functions` ever held more than one element here?
Good catch! I don't think that more than one element can happen 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