summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-10-03 14:59:42 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-10-03 14:59:42 +0000
commitf87cced71a955dca5731e7b28bc182e4824c0355 (patch)
tree49364a958fa41749608f1c9a91e93732fd3d61e8 /include/clang/Sema/AttributeList.h
parentc5306b0b8595a1a7800d9c5e75de4f5b9f860efd (diff)
Propagate __attribute__((returns_twice)) from C to IL.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141002 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index 46fcabc8e8..bcacf7aa14 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -270,6 +270,7 @@ public:
AT_weak,
AT_weak_import,
AT_weakref,
+ AT_returns_twice,
IgnoredAttribute,
UnknownAttribute
};