diff options
Diffstat (limited to 'clang/include/clang/Sema/AttributeList.h')
| -rw-r--r-- | clang/include/clang/Sema/AttributeList.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/Sema/AttributeList.h b/clang/include/clang/Sema/AttributeList.h index d34d7f584ca..4e6a0dfd4b6 100644 --- a/clang/include/clang/Sema/AttributeList.h +++ b/clang/include/clang/Sema/AttributeList.h @@ -243,6 +243,7 @@ public: AT_weak, AT_weak_import, AT_weakref, + AT_arc_weakref_unavailable, IgnoredAttribute, UnknownAttribute }; |

