From: Caitlin Sadowski Date: Thu, 14 Jul 2011 17:39:11 +0000 (+0000) Subject: Moving one misplaced entry in the attribute enum in AttributeList.h into alphabetical... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d461b691a57544340bf511bd662001fd2d1da1a;p=clang Moving one misplaced entry in the attribute enum in AttributeList.h into alphabetical order. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135153 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h index 4e6a0dfd4b..5d2d6c2ec6 100644 --- a/include/clang/Sema/AttributeList.h +++ b/include/clang/Sema/AttributeList.h @@ -158,6 +158,7 @@ public: AT_always_inline, AT_analyzer_noreturn, AT_annotate, + AT_arc_weakref_unavailable, AT_availability, // Clang-specific AT_base_check, AT_blocks, @@ -243,7 +244,6 @@ public: AT_weak, AT_weak_import, AT_weakref, - AT_arc_weakref_unavailable, IgnoredAttribute, UnknownAttribute };