[clang] [Sema] Fix computations of "unexpanded packs" in substituted lambdas (PR #99882)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 22 08:25:24 PDT 2024


================
@@ -0,0 +1,78 @@
+// RUN: %clang_cc1 -fsyntax-only -std=c++20 -verify %s
----------------
zyn0217 wrote:

It would be very nice if you can merge other tests from #86265 e.g. tests including constraints/noexcepts specifiers. That way this could completely supersede that. 

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


More information about the cfe-commits mailing list