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 @@ -501,11 +501,11 @@ Changes in existing checks
501
501
- Improved :doc: `readability-implicit-bool-conversion
502
502
<clang-tidy/checks/readability/implicit-bool-conversion>` check to take
503
503
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 .
509
509
510
510
- Improved :doc: `readability-misleading-indentation
511
511
<clang-tidy/checks/readability/misleading-indentation>` check to ignore
You can’t perform that action at this time.
0 commit comments