File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -259,6 +259,10 @@ Changes in existing checks
259
259
<clang-tidy/checks/bugprone/sizeof-expression>` check by fixing
260
260
a crash on ``sizeof `` of an array of dependent type.
261
261
262
+ - Improved :doc: `bugprone-suspicious-include
263
+ <clang-tidy/checks/bugprone/suspicious-include>` check by adding
264
+ `IgnoredRegex ` option.
265
+
262
266
- Improved :doc: `bugprone-tagged-union-member-count
263
267
<clang-tidy/checks/bugprone/tagged-union-member-count>` by fixing a false
264
268
positive when enums or unions from system header files or the ``std ``
@@ -364,10 +368,6 @@ Changes in existing checks
364
368
<clang-tidy/checks/readability/uppercase-literal-suffix>` check to recognize
365
369
literal suffixes added in C++23 and C23.
366
370
367
- - Improved :doc: `bugprone-suspicious-include
368
- <clang-tidy/checks/bugprone/suspicious-include>` check by adding
369
- ``IgnoredRegex `` option.
370
-
371
371
Removed checks
372
372
^^^^^^^^^^^^^^
373
373
Original file line number Diff line number Diff line change @@ -21,5 +21,5 @@ Options
21
21
.. option :: IgnoredRegex
22
22
23
23
A regular expression for the file name to be ignored by the check. Default
24
- is empty .
24
+ is no regular expression .
25
25
You can’t perform that action at this time.
0 commit comments