diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-09-23 22:07:44 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-09-23 22:07:44 +0000 |
commit | d209967a68dc11e255c9794d77340dce080a84e6 (patch) | |
tree | 127ddce4ffe1463e4a5e6ae9ab776f08c0e478dc /clang/lib/Sema/SemaDeclObjC.cpp | |
parent | d93aa1060a66d4d58b72918cc5c1a9ff762e81ef (diff) | |
download | bcm5719-llvm-d209967a68dc11e255c9794d77340dce080a84e6.tar.gz bcm5719-llvm-d209967a68dc11e255c9794d77340dce080a84e6.zip |
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
Diffstat (limited to 'clang/lib/Sema/SemaDeclObjC.cpp')
0 files changed, 0 insertions, 0 deletions