mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #3425 from tanadeau/sr-1952-add-escaping-parsing
[WIP][Parser][SR-1952] Added @escaping attribute parsing
This commit is contained in:
@@ -589,6 +589,7 @@ namespace decls_block {
|
||||
BCFixed<1>, // auto-closure?
|
||||
BCFixed<1>, // noreturn?
|
||||
BCFixed<1>, // noescape?
|
||||
BCFixed<1>, // explicitlyEscaping?
|
||||
BCFixed<1> // throws?
|
||||
>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user