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 bccf135 + be8d793 commit 30ce1b0Copy full SHA for 30ce1b0
include/swift/Demangling/ManglingMacros.h
@@ -17,12 +17,12 @@
17
#define MANGLE_AS_STRING(M) STRINGIFY_MANGLING(M)
18
19
/// The mangling prefix for the new mangling.
20
-#if !defined(_MSC_VER) || _MSC_VER-0 >= 1926
+#if defined(__clang__)
21
_Pragma("clang diagnostic push")
22
_Pragma("clang diagnostic ignored \"-Wdollar-in-identifier-extension\"")
23
#endif
24
#define MANGLING_PREFIX $s
25
26
_Pragma("clang diagnostic pop")
27
28
0 commit comments