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 54d8f93 commit 0c5dc54Copy full SHA for 0c5dc54
lib/AST/Availability.cpp
@@ -351,7 +351,6 @@ AvailabilityContext ASTContext::getSwift53Availability() {
351
llvm::VersionTuple macOVersion53(10, 16, 0);
352
macOVersion53 = canonicalizePlatformVersion(PlatformKind::OSX, macOVersion53);
353
return AvailabilityContext(
354
- VersionRange::allGTE(llvm::VersionTuple(10, 16, 0)));
355
VersionRange::allGTE(macOVersion53));
356
} else if (target.isiOS()) {
357
if (target.isAArch64() &&
0 commit comments