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 9d3c6ab commit 2f58e18Copy full SHA for 2f58e18
lib/Sema/TypeChecker.h
@@ -1582,7 +1582,7 @@ class TypeChecker final : public LazyResolver {
1582
/// potentially unavailable API elements
1583
/// @{
1584
1585
- /// \brief Returns true if the availability of the overridding declaration
+ /// \brief Returns true if the availability of the overriding declaration
1586
/// makes it a safe override, given the availability of the base declation.
1587
bool isAvailabilitySafeForOverride(ValueDecl *override, ValueDecl *base);
1588
0 commit comments