We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0569796 commit ac21ee4Copy full SHA for ac21ee4
stdlib/public/Reflection/TypeLowering.cpp
@@ -75,7 +75,7 @@ class PrintTypeInfo {
75
printField("alignment", std::to_string(TI.getAlignment()));
76
printField("stride", std::to_string(TI.getStride()));
77
printField("num_extra_inhabitants", std::to_string(TI.getNumExtraInhabitants()));
78
- printField("bitwise_takable", TI.isBitwiseTakable() ? "true" : "false");
+ printField("bitwise_takable", TI.isBitwiseTakable() ? "1" : "0");
79
}
80
81
void printFields(const RecordTypeInfo &TI) {
0 commit comments