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 002ef4d commit 3fd7d10Copy full SHA for 3fd7d10
lib/SIL/IR/TypeLowering.cpp
@@ -4623,6 +4623,12 @@ void TypeLowering::print(llvm::raw_ostream &os) const {
4623
<< "isFixedABI: " << BOOL(Properties.isFixedABI()) << ".\n"
4624
<< "isAddressOnly: " << BOOL(Properties.isAddressOnly()) << ".\n"
4625
<< "isResilient: " << BOOL(Properties.isResilient()) << ".\n"
4626
+ << "isTypeExpansionSensitive: "
4627
+ << BOOL(Properties.isTypeExpansionSensitive()) << ".\n"
4628
+ << "isInfinite: " << BOOL(Properties.isInfinite()) << ".\n"
4629
+ << "isOrContainsRawPointer: " << BOOL(Properties.isOrContainsRawPointer())
4630
+ << ".\n"
4631
+ << "isLexical: " << BOOL(Properties.isLexical()) << ".\n"
4632
<< "\n";
4633
}
4634
0 commit comments