summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorAlexey Bataev <a.bataev@hotmail.com>2014-07-18 10:17:07 +0000
committerAlexey Bataev <a.bataev@hotmail.com>2014-07-18 10:17:07 +0000
commit2df347ad96350cc4f0761db412608193703a46c7 (patch)
treed45673a081abd8f272ddaa0d4622bb6f49c8ec1f /clang/include/clang-c
parent7a86a548b94d7316345481498a46335e1a220406 (diff)
downloadbcm5719-llvm-2df347ad96350cc4f0761db412608193703a46c7.tar.gz
bcm5719-llvm-2df347ad96350cc4f0761db412608193703a46c7.zip
[OPENMP] Initial parsing and sema analysis for 'taskwait' directive.
llvm-svn: 213363
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 22882bb91ef..7b808419a6d 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -2179,9 +2179,13 @@ enum CXCursorKind {
*/
CXCursor_OMPBarrierDirective = 243,
+ /** \brief OpenMP taskwait directive.
+ */
+ CXCursor_OMPTaskwaitDirective = 244,
+
/** \brief Windows Structured Exception Handling's leave statement.
*/
- CXCursor_SEHLeaveStmt = 244,
+ CXCursor_SEHLeaveStmt = 245,
CXCursor_LastStmt = CXCursor_SEHLeaveStmt,
OpenPOWER on IntegriCloud