summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-17 00:03:07 +0000
committerDan Gohman <gohman@apple.com>2010-11-17 00:03:07 +0000
commit34c26300b384286c544e0b9fd45e7a3648ac79e3 (patch)
tree7f98ef6aadb62950347a7fbd14579257a8a6ac90 /include/clang/Sema/AttributeList.h
parent83ce9d4a552987d34cbd500e983db8d770232379 (diff)
Front-end support for __attribute__((may_alias)). This is not
yet hooked up to anything yet. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119407 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 577b7edc89..bdb756b329 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -105,6 +105,7 @@ public:
AT_gnu_inline,
AT_hiding,
AT_malloc,
+ AT_may_alias,
AT_mode,
AT_neon_polyvector_type, // Clang-specific.
AT_neon_vector_type, // Clang-specific.