summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-12-12 23:03:07 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-12-12 23:03:07 +0000
commit7b381985353304a7723acb05911ff91634fa1f27 (patch)
treebb0bce8585fae284660000e930a08ebfd5134430 /include/clang/Sema/AttributeList.h
parent2c2c8dd0acb2a51067299bfcec9ff2145f2031c8 (diff)
Basic, Sema: add support for CUDA launch_bounds attribute
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121654 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 c02ea5ef13..d524861287 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -109,6 +109,7 @@ public:
AT_gnu_inline,
AT_hiding,
AT_host,
+ AT_launch_bounds,
AT_malloc,
AT_may_alias,
AT_mode,