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.
CONFORMS_TO
1 parent 095d84d commit a7a9982Copy full SHA for a7a9982
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