diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:46 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:46 +0000 | 
| commit | b5aee35cc5d62f11d98539f62e4fe63f0ac9edc6 (patch) | |
| tree | 3e6ab962dbc73cfe1445a60d2eb4dfba7c939a22 /include/clang/Sema/AttributeList.h | |
| parent | aa803409c3bd3930126db630c29f63d42f255153 (diff) | |
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
| -rw-r--r-- | include/clang/Sema/AttributeList.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h index f3b042c9ce79..6bdd9d5fcdb6 100644 --- a/include/clang/Sema/AttributeList.h +++ b/include/clang/Sema/AttributeList.h @@ -915,6 +915,7 @@ enum AttributeDeclKind {    ExpectedTypeOrNamespace,    ExpectedObjectiveCInterface,    ExpectedMethodOrProperty, +  ExpectedFunctionOrMethodOrProperty,    ExpectedStructOrUnion,    ExpectedStructOrUnionOrClass,    ExpectedType,  | 
