We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SolverShrinkUnsolvedThreshold
1 parent 7c68a31 commit 1a8a67eCopy full SHA for 1a8a67e
include/swift/Basic/LangOptions.h
@@ -906,6 +906,10 @@ namespace swift {
906
/// is for testing purposes.
907
std::vector<std::string> DebugForbidTypecheckPrefixes;
908
909
+ /// The upper bound to number of sub-expressions unsolved
910
+ /// before termination of the shrink phrase of the constraint solver.
911
+ unsigned SolverShrinkUnsolvedThreshold = 10;
912
+
913
/// Enable experimental operator designated types feature.
914
bool EnableOperatorDesignatedTypes = false;
915
0 commit comments