[clang] [Sema] Add check for bitfield assignments to larger integral types (PR #68276)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 10:28:56 PDT 2023
================
@@ -185,6 +185,9 @@ New Compiler Flags
the preprocessed text to the output. This can greatly reduce the size of the
preprocessed output, which can be helpful when trying to reduce a test case.
+* ``-conversion-bitfield-assign`` was added to detect assignments of integral
----------------
vabridgers wrote:
thanks for seeing that :) fixed.
https://github.com/llvm/llvm-project/pull/68276
More information about the cfe-commits
mailing list