diff options
Diffstat (limited to 'include/clang/Parse/AttributeList.h')
-rw-r--r-- | include/clang/Parse/AttributeList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/AttributeList.h b/include/clang/Parse/AttributeList.h index 26cebf0915b4d..50ca88acbce93 100644 --- a/include/clang/Parse/AttributeList.h +++ b/include/clang/Parse/AttributeList.h @@ -97,6 +97,7 @@ public: AT_warn_unused_result, AT_weak, AT_weak_import, + AT_reqd_wg_size, IgnoredAttribute, UnknownAttribute }; |