From 87a170c1e60f0b0c109f4c94a96e4ba43ac160cb Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 11 May 2012 23:37:49 +0000 Subject: Teach the parser to deal with multiple spellings for the same attribute, rather than requiring multiple cases in consumers of this information. llvm-svn: 156666 --- clang/lib/Sema/SemaDeclAttr.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib') diff --git a/clang/lib/Sema/SemaDeclAttr.cpp b/clang/lib/Sema/SemaDeclAttr.cpp index 284a72e3399..93516501aac 100644 --- a/clang/lib/Sema/SemaDeclAttr.cpp +++ b/clang/lib/Sema/SemaDeclAttr.cpp @@ -3792,7 +3792,6 @@ static void ProcessInheritableDeclAttr(Sema &S, Scope *scope, Decl *D, // by ProcessNonInheritableDeclAttr. break; case AttributeList::AT_alias: handleAliasAttr (S, D, Attr); break; - case AttributeList::AT_align: case AttributeList::AT_aligned: handleAlignedAttr (S, D, Attr); break; case AttributeList::AT_always_inline: handleAlwaysInlineAttr (S, D, Attr); break; -- cgit v1.2.3