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 68f9e84 + f4e7e1c commit 4ceec83Copy full SHA for 4ceec83
lib/PrintAsClang/_SwiftCxxInteroperability.h
@@ -39,7 +39,7 @@
39
#define SWIFT_SYMBOL_MODULE(moduleValue) \
40
__attribute__((external_source_symbol( \
41
language = "Swift", defined_in = moduleValue, generated_declaration)))
42
-#if __has_attribute(external_source_symbol_with_usr)
+#if __has_attribute(external_source_symbol) > 1
43
#define SWIFT_SYMBOL_MODULE_USR(moduleValue, usrValue) \
44
__attribute__(( \
45
external_source_symbol(language = "Swift", defined_in = moduleValue, \
0 commit comments