summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2014-08-08 14:59:00 +0000
committerEli Bendersky <eliben@google.com>2014-08-08 14:59:00 +0000
commit9b07147fc90a72dba580a13e3cd4495a8e939389 (patch)
tree89b257ab87f4f762c542b4f2ada10d2a01ac6fd2 /clang/include/clang-c
parentda295e921b624279b386333fe290c529ee5f47f1 (diff)
downloadbcm5719-llvm-9b07147fc90a72dba580a13e3cd4495a8e939389.tar.gz
bcm5719-llvm-9b07147fc90a72dba580a13e3cd4495a8e939389.zip
Expose the CUDA shared attribute to the C API.
Similar to r209767, which exposed other CUDA-related attributes. Patch by Rob Springer. llvm-svn: 215208
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 972f42e69a4..15ccc3b2088 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2236,7 +2236,8 @@ enum CXCursorKind {
CXCursor_CUDADeviceAttr = 413,
CXCursor_CUDAGlobalAttr = 414,
CXCursor_CUDAHostAttr = 415,
- CXCursor_LastAttr = CXCursor_CUDAHostAttr,
+ CXCursor_CUDASharedAttr = 416,
+ CXCursor_LastAttr = CXCursor_CUDASharedAttr,
/* Preprocessing */
CXCursor_PreprocessingDirective = 500,
OpenPOWER on IntegriCloud