[PATCH] D114105: [clang-tidy] Ignore narrowing conversions in case of bitfields
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 24 07:43:41 PST 2021
steakhal updated this revision to Diff 389496.
steakhal edited the summary of this revision.
steakhal added a comment.
Bitshifts have nothing to do with this issue, thus I'm simply matching for bitfield -> `int` implicit casts due to promotions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114105/new/
https://reviews.llvm.org/D114105
Files:
clang-tools-extra/clang-tidy/cppcoreguidelines/NarrowingConversionsCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-narrowing-conversions-bitfields.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114105.389496.patch
Type: text/x-patch
Size: 6640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211124/b4e28be3/attachment.bin>
More information about the cfe-commits
mailing list