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 7ae2362 commit cc789c4Copy full SHA for cc789c4
include/swift/SIL/SILLinkage.h
@@ -74,7 +74,7 @@ enum class SILLinkage : uint8_t {
74
///
75
/// This linkage is used e.g. for thunks and for specialized functions.
76
77
- /// Public functions must be definitions, i.e. must have a body, except the
+ /// Shared functions must be definitions, i.e. must have a body, except the
78
/// body is emitted by clang.
79
Shared,
80
0 commit comments