summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-09-19 08:19:49 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-09-19 08:19:49 +0000
commit0bd520b767200209129dc46bfe7ff4e977e652e7 (patch)
treeb7838cf6ca0d62302d0ec272359a88af61a3587a /clang/include/clang-c
parent13ba23bb79ce689f29d67e8656a599f019e9bb03 (diff)
downloadbcm5719-llvm-0bd520b767200209129dc46bfe7ff4e977e652e7.tar.gz
bcm5719-llvm-0bd520b767200209129dc46bfe7ff4e977e652e7.zip
[OPENMP] Initial parsing/sema analysis of 'target' directive.
llvm-svn: 218110
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 a86171aaba9..3f7f13cb069 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2213,7 +2213,11 @@ enum CXCursorKind {
*/
CXCursor_OMPForSimdDirective = 250,
- CXCursor_LastStmt = CXCursor_OMPForSimdDirective,
+ /** \brief OpenMP target directive.
+ */
+ CXCursor_OMPTargetDirective = 251,
+
+ CXCursor_LastStmt = CXCursor_OMPTargetDirective,
/**
* \brief Cursor that represents the translation unit itself.
OpenPOWER on IntegriCloud