Skip to content

Commit 4d87bc6

Browse files
Adapt review comments
1 parent 47fcb11 commit 4d87bc6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clang-tools-extra/docs/ReleaseNotes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,10 @@ Changes in existing checks
259259
<clang-tidy/checks/bugprone/sizeof-expression>` check by fixing
260260
a crash on ``sizeof`` of an array of dependent type.
261261

262+
- Improved :doc:`bugprone-suspicious-include
263+
<clang-tidy/checks/bugprone/suspicious-include>` check by adding
264+
`IgnoredRegex` option.
265+
262266
- Improved :doc:`bugprone-tagged-union-member-count
263267
<clang-tidy/checks/bugprone/tagged-union-member-count>` by fixing a false
264268
positive when enums or unions from system header files or the ``std``
@@ -364,10 +368,6 @@ Changes in existing checks
364368
<clang-tidy/checks/readability/uppercase-literal-suffix>` check to recognize
365369
literal suffixes added in C++23 and C23.
366370

367-
- Improved :doc:`bugprone-suspicious-include
368-
<clang-tidy/checks/bugprone/suspicious-include>` check by adding
369-
``IgnoredRegex`` option.
370-
371371
Removed checks
372372
^^^^^^^^^^^^^^
373373

clang-tools-extra/docs/clang-tidy/checks/bugprone/suspicious-include.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Options
2121
.. option:: IgnoredRegex
2222

2323
A regular expression for the file name to be ignored by the check. Default
24-
is empty.
24+
is no regular expression.
2525

0 commit comments

Comments
 (0)