[PATCH] D151553: [clang] Fix consteval operators in template contexts
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 26 04:55:08 PDT 2023
cor3ntin added inline comments.
================
Comment at: clang/lib/Sema/TreeTransform.h:11940-11943
- ExprResult Callee = getDerived().TransformExpr(E->getCallee());
- if (Callee.isInvalid())
- return ExprError();
-
----------------
I don't understand why we would not need to transform the callee. do we do that elsewhere?
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