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.
isCGFloatType
isCGFloat
1 parent b3ad77f commit bbdc5b1Copy full SHA for bbdc5b1
lib/Sema/CSBindings.cpp
@@ -993,7 +993,7 @@ bool BindingSet::favoredOverDisjunction(Constraint *disjunction) const {
993
if (CS.shouldAttemptFixes())
994
return false;
995
996
- if (type->isAnyHashable() || type->isDouble() || type->isCGFloatType())
+ if (type->isAnyHashable() || type->isDouble() || type->isCGFloat())
997
998
999
{
0 commit comments