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 1e6d3ab976..b60a94025e 100644 --- a/include/clang/Parse/AttributeList.h +++ b/include/clang/Parse/AttributeList.h @@ -115,6 +115,7 @@ public: AT_weakref, AT_weak_import, AT_reqd_wg_size, + AT_init_priority, IgnoredAttribute, UnknownAttribute }; |