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.
2 parents 2e25c2f + 733e51f commit 449acaeCopy full SHA for 449acae
include/swift/SIL/SILDeclRef.h
@@ -187,7 +187,7 @@ struct SILDeclRef {
187
/// The AST node represented by this SILDeclRef.
188
Loc loc;
189
/// The Kind of this SILDeclRef.
190
- Kind kind : 4;
+ Kind kind : 5;
191
/// True if this references a foreign entry point for the referenced decl.
192
unsigned isForeign : 1;
193
/// True if this references a distributed function.
0 commit comments