Skip to content

Commit ff59b7a

Browse files
authored
Update Attr.td
1 parent 764706e commit ff59b7a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,12 @@ def Volatile : InheritableAttr {
18241824
let Documentation = [Undocumented];
18251825
}
18261826

1827+
def DisableTryStmt : InheritableAttr {
1828+
let Spellings = [GCC<"disable_try_stmt">, Declspec<"disable_try_stmt">];
1829+
let Subjects = SubjectList<[Function]>;
1830+
let Documentation = [Undocumented];
1831+
}
1832+
18271833
def Naked : InheritableAttr {
18281834
let Spellings = [GCC<"naked">, Declspec<"naked">];
18291835
let Subjects = SubjectList<[Function]>;

0 commit comments

Comments
 (0)