diff options
Diffstat (limited to 'clang/include/clang/Sema/AttributeList.h')
-rw-r--r-- | clang/include/clang/Sema/AttributeList.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/AttributeList.h b/clang/include/clang/Sema/AttributeList.h index 8a0fbf23feb..a3e656e6c01 100644 --- a/clang/include/clang/Sema/AttributeList.h +++ b/clang/include/clang/Sema/AttributeList.h @@ -895,7 +895,8 @@ enum AttributeDeclKind { ExpectedKernelFunction, ExpectedFunctionWithProtoType, ExpectedVariableEnumFieldOrTypedef, - ExpectedFunctionMethodEnumOrClass + ExpectedFunctionMethodEnumOrClass, + ExpectedStructClassVariableFunctionOrInlineNamespace }; } // end namespace clang |