summaryrefslogtreecommitdiffstats
path: root/clang/Parse/AttributeList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Parse/AttributeList.cpp')
-rw-r--r--clang/Parse/AttributeList.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/Parse/AttributeList.cpp b/clang/Parse/AttributeList.cpp
index faa50eb32d1..63d07b399b3 100644
--- a/clang/Parse/AttributeList.cpp
+++ b/clang/Parse/AttributeList.cpp
@@ -57,6 +57,9 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) {
case 7:
if (!memcmp(Str, "aligned", 7)) return AT_aligned;
break;
+ case 8:
+ if (!memcmp(Str, "annotate", 8)) return AT_annotate;
+ break;
case 11:
if (!memcmp(Str, "vector_size", 11)) return AT_vector_size;
break;
OpenPOWER on IntegriCloud