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 4d7adea commit 36c49eaCopy full SHA for 36c49ea
include/swift/AST/InFlightSubstitution.h
@@ -35,9 +35,9 @@ class InFlightSubstitution {
35
LookupConformanceFn BaselineLookupConformance;
36
SubstOptions Options;
37
RecursiveTypeProperties Props;
38
- unsigned RemainingCount : 15;
+ unsigned RemainingCount : 31;
39
unsigned InitLimit : 1;
40
- unsigned RemainingDepth : 15;
+ unsigned RemainingDepth : 31;
41
unsigned LimitReached : 1;
42
43
struct ActivePackExpansion {
0 commit comments