diff options
Diffstat (limited to 'clang/docs/ReleaseNotes.rst')
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 7e440c35a5b9..62c8c0130c3d 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -684,6 +684,9 @@ AST Matchers - ``hasConditionVariableStatement`` now supports ``for`` loop, ``while`` loop and ``switch`` statements. +- Fixed detection of explicit parameter lists in ``LambdaExpr``. (#GH168452) +- Added ``hasExplicitParameters`` for ``LambdaExpr`` as an output attribute to + AST JSON dumps. clang-format ------------ |
