Skip to content
Commit d209967a authored by Richard Smith's avatar Richard Smith
Browse files

Remove warning on over-wide bit-field of boolean type; there's no risk that

someone thought all the bits would be value bits in this case.

Also fix the wording of the warning -- it claimed that the width of 'bool' is
8, which is not correct; the width is 1 bit, whereas the size is 8 bits in our
implementation.

llvm-svn: 248435
parent d93aa106
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment