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.
2 parents 6d0a092 + 00aa845 commit fecf449Copy full SHA for fecf449
include/swift/PrintAsClang/ClangMacros.def
@@ -133,7 +133,7 @@ CLANG_MACRO_BODY("SWIFT_CLASS", \
133
"SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) " \
134
"SWIFT_CLASS_EXTRA\n" \
135
"# define SWIFT_CLASS_NAMED(SWIFT_NAME) " \
136
- "__attribute((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) " \
+ "__attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) " \
137
138
"# else\n" \
139
"# define SWIFT_CLASS(SWIFT_NAME) " \
0 commit comments