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 78d8533 commit 3e3397aCopy full SHA for 3e3397a
lib/SIL/IR/TypeLowering.cpp
@@ -4606,6 +4606,12 @@ void TypeLowering::print(llvm::raw_ostream &os) const {
4606
<< "isFixedABI: " << BOOL(Properties.isFixedABI()) << ".\n"
4607
<< "isAddressOnly: " << BOOL(Properties.isAddressOnly()) << ".\n"
4608
<< "isResilient: " << BOOL(Properties.isResilient()) << ".\n"
4609
+ << "isTypeExpansionSensitive: "
4610
+ << BOOL(Properties.isTypeExpansionSensitive()) << ".\n"
4611
+ << "isInfinite: " << BOOL(Properties.isInfinite()) << ".\n"
4612
+ << "isOrContainsRawPointer: " << BOOL(Properties.isOrContainsRawPointer())
4613
+ << ".\n"
4614
+ << "isLexical: " << BOOL(Properties.isLexical()) << ".\n"
4615
<< "\n";
4616
}
4617
0 commit comments