Skip to content

Commit 0b06b06

Browse files
committed
Reworked release notes
1 parent 09bc9ec commit 0b06b06

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
@@ -501,11 +501,11 @@ Changes in existing checks
501501
- Improved :doc:`readability-implicit-bool-conversion
502502
<clang-tidy/checks/readability/implicit-bool-conversion>` check to take
503503
do-while loops into account for the `AllowIntegerConditions` and
504-
`AllowPointerConditions` options. It also now provides more consistent
505-
suggestions when parentheses are added to the return value or expressions.
506-
It also ignores false-positives for comparison containing ``bool`` bitfield.
507-
Auto-fix suggestions creating invalid code in certain scenarios have now been
508-
fixed.
504+
`AllowPointerConditions` options. Corrected issues with invalid fix
505+
suggestions for ``static_cast`` without a preceding space. Addressed duplicate
506+
parentheses in double implicit casts, ensuring more consistent suggestions for
507+
added parentheses in return values or expressions. Also, ignored false
508+
positives in comparisons with ``bool`` bitfields.
509509

510510
- Improved :doc:`readability-misleading-indentation
511511
<clang-tidy/checks/readability/misleading-indentation>` check to ignore

0 commit comments

Comments
 (0)