[llvm-branch-commits] [clang] release/22.x: Reland [C++20] [Modules] Don't profiling the callee of CXXFoldExpr (#190732) (#195983) (PR #196472)
Avi Kivity via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun May 17 06:06:24 PDT 2026
avikivity wrote:
Without this fix, clang rejects valid code.
This valid code is likely to appear in projects transitioning to C++20 modules and thus having both #include and import statements pulling in the same symbol. Since large projects are more likely to transition incrementally, it's a blocker for them.
https://github.com/llvm/llvm-project/pull/196472
More information about the llvm-branch-commits
mailing list