llvm-project
00770489 - [C23] Fixed the value of BOOL_WIDTH (#117364)

Commit
1 year ago
[C23] Fixed the value of BOOL_WIDTH (#117364) The standard mandates that this returns the width of the type, which is the number of bits in the value. For bool, that's required to be `1` explicitly. Fixes #117348
Author
Parents
Loading