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 e3b3e82 + a7a9982 commit 8081d87Copy full SHA for 8081d87
lib/ClangImporter/swift-interop-support.h
@@ -28,4 +28,7 @@
28
29
#define SWIFT_NAME(_name) __attribute__((swift_name(#_name)))
30
31
+#define CONFORMS_TO(_name) \
32
+ __attribute__((swift_attr(_CXX_INTEROP_STRINGIFY(conforms_to:_name))))
33
+
34
#endif // SWIFT_CLANGIMPORTER_SWIFT_INTEROP_SUPPORT_H
0 commit comments