[clang] [Clang][Modules] Fix generic lambda local capture mapping mismatch in template instantiation (PR #202248)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 10 19:46:29 PDT 2026
================
@@ -0,0 +1,95 @@
+// RUN: rm -rf %t
----------------
ChuanqiXu9 wrote:
Not a formal policy, but we want such test for C++20 modules to end with .cppm instead of .cpp.
https://github.com/llvm/llvm-project/pull/202248
More information about the cfe-commits
mailing list