[llvm-branch-commits] [clang] release/22.x: [C++20] [Modules] Don't profile the callee of CXXFoldExpr (#190732) (PR #193885)

Matheus Izvekov via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Apr 24 09:11:07 PDT 2026


mizvekov wrote:

I think this is a similar issue to the translation to syntactic form that has to be performed for `CXXOperatorCallExpr`, but you need to do the same thing over the CXXFoldExpression instead as well.

https://github.com/llvm/llvm-project/pull/193885


More information about the llvm-branch-commits mailing list