[clang] [Clang] Fix handling of explicit parameters in `SemaLambda` (PR #168558)

Corentin Jabot via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 19 07:41:50 PST 2025


================
@@ -668,6 +668,9 @@ AST Matchers
 
 - ``hasConditionVariableStatement`` now supports ``for`` loop, ``while`` loop
   and ``switch`` statements.
+- Fixed detection of explicit parameter lists in ``LambdaExpr``.
----------------
cor3ntin wrote:

```suggestion
- Fixed detection of explicit parameter lists in ``LambdaExpr``. (#GH168452)
```

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


More information about the cfe-commits mailing list