llvm-project
f620c5b6 - [clang][bytecode] Classify 1-bit unsigned integers as bool (#104662)

Commit
1 year ago
[clang][bytecode] Classify 1-bit unsigned integers as bool (#104662) This happens for enum types with bool parent types. isBooleanType() returns false for them however. The previous version did the same thing by re-classifying the enum integer type, but that breaks with forward-declared enums.
Author
Parents
Loading