From a9396af5f2378e06e36d20f13cb2a4c14c48e8d9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 12 Apr 2010 02:18:49 +0000 Subject: [PATCH] other half of r101005 llvm-svn: 101006 --- clang/lib/Parse/AttributeList.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/lib/Parse/AttributeList.cpp b/clang/lib/Parse/AttributeList.cpp index 3cd74d57f56d..0ab67107fadf 100644 --- a/clang/lib/Parse/AttributeList.cpp +++ b/clang/lib/Parse/AttributeList.cpp @@ -105,6 +105,7 @@ AttributeList::Kind AttributeList::getKind(const IdentifierInfo *Name) { .Case("overloadable", AT_overloadable) .Case("address_space", AT_address_space) .Case("always_inline", AT_always_inline) + .Case("returns_twice", IgnoredAttribute) .Case("vec_type_hint", IgnoredAttribute) .Case("objc_exception", AT_objc_exception) .Case("ext_vector_type", AT_ext_vector_type) -- GitLab