diff options
author | Richard Smith <richard@metafoo.co.uk> | 2020-11-17 13:59:07 -0800 |
---|---|---|
committer | Richard Smith <richard@metafoo.co.uk> | 2020-11-17 14:36:51 -0800 |
commit | 8e923ec2a803d54154aaa0079c1cfcf146b7a22f (patch) | |
tree | f63c1cf3743c3aaf431c79d00c5ef24aa9dbed19 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a72f11ee20fec2df5611c49ec5ec2ce32ab8eb4c (diff) | |
download | llvm-8e923ec2a803d54154aaa0079c1cfcf146b7a22f.zip llvm-8e923ec2a803d54154aaa0079c1cfcf146b7a22f.tar.gz llvm-8e923ec2a803d54154aaa0079c1cfcf146b7a22f.tar.bz2 |
Fix assertions and bad warnings on extremely wide bit-fields.
We used to produce a bogus warning if the width couldn't be represented
in 32 bits, and assert if it couldn't be represented in 64 bits.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions