llvm-project
00770489
- [C23] Fixed the value of BOOL_WIDTH (#117364)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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
References
#117364 - [C23] Fixed the value of BOOL_WIDTH
Author
AaronBallman
Parents
362d8fb2
Loading