Merge pull request #3425 from tanadeau/sr-1952-add-escaping-parsing

[WIP][Parser][SR-1952] Added @escaping attribute parsing
This commit is contained in:
Robert Widmann
2016-07-15 15:30:14 -07:00
committed by GitHub
19 changed files with 84 additions and 14 deletions

View File

@@ -589,6 +589,7 @@ namespace decls_block {
BCFixed<1>, // auto-closure?
BCFixed<1>, // noreturn?
BCFixed<1>, // noescape?
BCFixed<1>, // explicitlyEscaping?
BCFixed<1> // throws?
>;