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

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 06:28:52 PDT 2023


erichkeane added a comment.

Like @cor3ntin I'm concerned about removing the transform call.  I'm just as concerned that it caused no regressions...

If we have to transform the arguments, then this can be a dependent thing, which means the callee should be possible to be dependent, right? Thus needs to be transformed somewhere?


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