aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Parse/AttributeList.h
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2010-06-18 21:44:06 +0000
committerFariborz Jahanian <fjahanian@apple.com>2010-06-18 21:44:06 +0000
commit521f12d3dfdbb0e93d1bcb503d074e67acdc489c (patch)
treedbf9c597eb8e4d5ead31fd162f5296ed356e0bb0 /include/clang/Parse/AttributeList.h
parent8e19890c329279c5ac35ab71a35423d429d80165 (diff)
Implements Sema part of init_priority(priority) attribute
(radar 8076356) - wip. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106322 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Parse/AttributeList.h')
-rw-r--r--include/clang/Parse/AttributeList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Parse/AttributeList.h b/include/clang/Parse/AttributeList.h
index 1e6d3ab976..b60a94025e 100644
--- a/include/clang/Parse/AttributeList.h
+++ b/include/clang/Parse/AttributeList.h
@@ -115,6 +115,7 @@ public:
AT_weakref,
AT_weak_import,
AT_reqd_wg_size,
+ AT_init_priority,
IgnoredAttribute,
UnknownAttribute
};