Skip to content

Commit 8fdc097

Browse files
committed
fix doc again
on-behalf-of: @amd <[email protected]>
1 parent a807dd0 commit 8fdc097

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ New checks
203203
Finds virtual function overrides with different visibility than the function
204204
in the base class.
205205

206+
- New :doc:`readability-avoid-default-lambda-capture
207+
<clang-tidy/checks/readability/avoid-default-lambda-capture>` check.
208+
209+
Warns on default lambda captures (e.g. ``[&](){ ... }``, ``[=](){ ... }``)
210+
206211
New check aliases
207212
^^^^^^^^^^^^^^^^^
208213

@@ -351,11 +356,6 @@ Changes in existing checks
351356
<clang-tidy/checks/readability/uppercase-literal-suffix>` check to recognize
352357
literal suffixes added in C++23 and C23.
353358

354-
- New :doc:`readability-avoid-default-lambda-capture
355-
<clang-tidy/checks/readability/avoid-default-lambda-capture>` check.
356-
357-
Warns on default lambda captures (e.g. ``[&](){ ... }``, ``[=](){ ... }``)
358-
359359
Removed checks
360360
^^^^^^^^^^^^^^
361361

0 commit comments

Comments
 (0)