[clang] [Sema] Add check for bitfield assignments to larger integral types (PR #68276)

David Stone via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 23 10:16:15 PDT 2023


davidstone wrote:

The documentation for this should also explain how to write code such that the warning does not fire (by giving an example with `x & bitmask`)

https://github.com/llvm/llvm-project/pull/68276


More information about the cfe-commits mailing list