================ @@ -380,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 ---------------- earnol wrote:
Done. https://github.com/llvm/llvm-project/pull/197554 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
