Skip to content

Commit 42c71c9

Browse files
committed
Finish a comment
1 parent 16f32fd commit 42c71c9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/swift/AST/ASTMangler.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class ASTMangler : public Mangler {
6868
bool AllowMarkerProtocols = true;
6969

7070
/// Whether the mangling predates concurrency, and therefore shouldn't
71+
/// include concurrency features such as global actors or @Sendable
72+
/// function types.
7173
bool PredatesConcurrency = false;
7274

7375
public:

0 commit comments

Comments
 (0)