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 70f4202 commit 87a2defCopy full SHA for 87a2def
include/swift/AST/ASTMangler.h
@@ -72,11 +72,6 @@ class ASTMangler : public Mangler {
72
/// If enabled, marker protocols can be encoded in the mangled name.
73
bool AllowMarkerProtocols = true;
74
75
- /// Whether the mangling predates concurrency, and therefore shouldn't
76
- /// include concurrency features such as global actors or @Sendable
77
- /// function types.
78
- bool Preconcurrency = false;
79
-
80
/// If enabled, declarations annotated with @_originallyDefinedIn are mangled
81
/// as if they're part of their original module. Disabled for debug mangling,
82
/// because lldb wants to find declarations in the modules they're currently
0 commit comments