================ @@ -372,6 +372,12 @@ Changes in existing checks <clang-tidy/checks/bugprone/macro-parentheses>` check by printing the macro definition in the warning message if the macro is defined on command line. +- Improved :doc:`bugprone-misplaced-widening-cast + <clang-tidy/checks/bugprone/misplaced-widening-cast>` check by fixing a false + positive on bit field assignments when `CheckImplicitCasts` is enabled. The + check now uses the actual bitfield width instead of the declared type to ---------------- EugeneZelenko wrote:
```suggestion check now uses the actual bit field width instead of the declared type to ``` https://github.com/llvm/llvm-project/pull/197554 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
