[clang] [Clang] Fix handling of explicit parameters in `SemaLambda` (PR #168558)
Willem Kaufmann via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 19 07:54:21 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``.
----------------
WillemKauf wrote:
Changed.
https://github.com/llvm/llvm-project/pull/168558
More information about the cfe-commits
mailing list