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 12933bf commit ba2eb7bCopy full SHA for ba2eb7b
include/swift/Basic/Compiler.h
@@ -180,7 +180,7 @@
180
181
// Tells Swift's ClangImporter to import a C++ type as a foreign reference type.
182
#if __has_attribute(swift_attr)
183
-#define SWIFT_IMPORT_REFERENCE __attribute__((swift_attr("import_as_ref")))
+#define SWIFT_IMPORT_REFERENCE __attribute__((swift_attr("import_reference")))
184
#else
185
#define SWIFT_IMPORT_REFERENCE
186
#endif
0 commit comments