File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -203,6 +203,11 @@ New checks
203
203
Finds virtual function overrides with different visibility than the function
204
204
in the base class.
205
205
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
+
206
211
New check aliases
207
212
^^^^^^^^^^^^^^^^^
208
213
@@ -351,11 +356,6 @@ Changes in existing checks
351
356
<clang-tidy/checks/readability/uppercase-literal-suffix>` check to recognize
352
357
literal suffixes added in C++23 and C23.
353
358
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
-
359
359
Removed checks
360
360
^^^^^^^^^^^^^^
361
361
You can’t perform that action at this time.
0 commit comments