summaryrefslogtreecommitdiffstats
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
commit512148fbeb54aab30d2ee4731add30b909cf7bb4 (patch)
treee57fd47ff1604a946db106b97aeb46a1fec93998
parentd0c2afd2c3b6b44611216349b636e52000183e0c (diff)
downloadbcm5719-llvm-512148fbeb54aab30d2ee4731add30b909cf7bb4.tar.gz
bcm5719-llvm-512148fbeb54aab30d2ee4731add30b909cf7bb4.zip
Moving one misplaced entry in the attribute enum in AttributeList.h into alphabetical order.
llvm-svn: 135153
-rw-r--r--clang/include/clang/Sema/AttributeList.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Sema/AttributeList.h b/clang/include/clang/Sema/AttributeList.h
index 4e6a0dfd4b6..5d2d6c2ec69 100644
--- a/clang/include/clang/Sema/AttributeList.h
+++ b/clang/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
};
OpenPOWER on IntegriCloud