summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorAlexander Musman <alexander.musman@gmail.com>2014-09-18 05:12:34 +0000
committerAlexander Musman <alexander.musman@gmail.com>2014-09-18 05:12:34 +0000
commitf82886e5020c2cda518902d665cd87ddb2c40e59 (patch)
tree6ee7a18ccc8f5cfe9b11e213b96343a16015bef2 /clang/include/clang-c
parente0d77ef053fff7569e20a7593f05100af6801933 (diff)
downloadbcm5719-llvm-f82886e5020c2cda518902d665cd87ddb2c40e59.tar.gz
bcm5719-llvm-f82886e5020c2cda518902d665cd87ddb2c40e59.zip
Parsing/Sema of directive omp for simd
llvm-svn: 218029
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index 7b8d4cf934c..a86171aaba9 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2209,7 +2209,11 @@ enum CXCursorKind {
*/
CXCursor_OMPAtomicDirective = 249,
- CXCursor_LastStmt = CXCursor_OMPAtomicDirective,
+ /** \brief OpenMP for simd directive.
+ */
+ CXCursor_OMPForSimdDirective = 250,
+
+ CXCursor_LastStmt = CXCursor_OMPForSimdDirective,
/**
* \brief Cursor that represents the translation unit itself.
OpenPOWER on IntegriCloud