aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings
diff options
context:
space:
mode:
authorJennifer Yu <jennifer.yu@intel.com>2022-06-16 16:32:30 -0700
committerJennifer Yu <jennifer.yu@intel.com>2022-06-16 18:01:15 -0700
commitbb83f8e70bd1d56152f02307adacd718cd67e312 (patch)
tree9f2563590e321358a08f7173d25d87f7ab16bb68 /clang/bindings
parent6181c192837d799c320030bb227b655b83577130 (diff)
downloadllvm-bb83f8e70bd1d56152f02307adacd718cd67e312.zip
llvm-bb83f8e70bd1d56152f02307adacd718cd67e312.tar.gz
llvm-bb83f8e70bd1d56152f02307adacd718cd67e312.tar.bz2
[OpenMP] Initial parsing and sema for 'parallel masked' construct
Differential Revision: https://reviews.llvm.org/D127454
Diffstat (limited to 'clang/bindings')
-rw-r--r--clang/bindings/python/clang/cindex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/bindings/python/clang/cindex.py b/clang/bindings/python/clang/cindex.py
index 44bfba4..597dc5d 100644
--- a/clang/bindings/python/clang/cindex.py
+++ b/clang/bindings/python/clang/cindex.py
@@ -1312,7 +1312,7 @@ CursorKind.OMP_TEAMS_DISTRIBUTE_DIRECTIVE = CursorKind(271)
#
# The translation unit cursor exists primarily to act as the root cursor for
# traversing the contents of a translation unit.
-CursorKind.TRANSLATION_UNIT = CursorKind(300)
+CursorKind.TRANSLATION_UNIT = CursorKind(350)
###
# Attributes