llvm-project
461e4337 - [clang][bytecode] Don't use trunc() to increase APInt bitWidth (#180536)

Commit
3 days ago
[clang][bytecode] Don't use trunc() to increase APInt bitWidth (#180536) `FieldDecl::getBitWidthValue()` can return a value higher than the type size of the bit field. We need to account for that.
Author
Parents
Loading