[clang] [clang-tools-extra] [clang] support pack expansions for trailing requires clauses (PR #133190)

via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 2 05:14:53 PDT 2025


================
@@ -373,6 +373,8 @@ Bug Fixes to C++ Support
 - Improved fix for an issue with pack expansions of type constraints, where this
   now also works if the constraint has non-type or template template parameters.
   (#GH131798)
+- Fix crash when evaluating trailing requires clause of generic lambdas which are part of
----------------
cor3ntin wrote:

```suggestion
- Fix crash when evaluating the trailing requires clause of generic lambdas which are part of
```

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


More information about the cfe-commits mailing list