[cfe-commits] r135153 - /cfe/trunk/include/clang/Sema/AttributeList.h
Caitlin Sadowski
supertri at google.com
Thu Jul 14 10:39:11 PDT 2011
Author: supertri
Date: Thu Jul 14 12:39:11 2011
New Revision: 135153
URL: http://llvm.org/viewvc/llvm-project?rev=135153&view=rev
Log:
Moving one misplaced entry in the attribute enum in AttributeList.h into alphabetical order.
Modified:
cfe/trunk/include/clang/Sema/AttributeList.h
Modified: cfe/trunk/include/clang/Sema/AttributeList.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/AttributeList.h?rev=135153&r1=135152&r2=135153&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/AttributeList.h (original)
+++ cfe/trunk/include/clang/Sema/AttributeList.h Thu Jul 14 12:39:11 2011
@@ -158,6 +158,7 @@
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 @@
AT_weak,
AT_weak_import,
AT_weakref,
- AT_arc_weakref_unavailable,
IgnoredAttribute,
UnknownAttribute
};
More information about the cfe-commits
mailing list