summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorCaitlin Sadowski <supertri@google.com>2011-07-14 17:39:11 +0000
committerCaitlin Sadowski <supertri@google.com>2011-07-14 17:39:11 +0000
commit4d461b691a57544340bf511bd662001fd2d1da1a (patch)
treeed7a2d39a133d8f74794582cb3c541dd11776667 /include/clang/Sema/AttributeList.h
parent1ad35bebcc07d34202850f46b5b7be46fda1c5d1 (diff)
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
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h2
1 files changed, 1 insertions, 1 deletions
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
};