summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
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
commitf0388485cc46e1465d22c96b49abb1335d88ccd3 (patch)
treef1674e1fdeaee34cb5ec156c9073b09914618a40 /include/clang/Serialization
parentdf5322bedb2068f67a1decddadfc31a345d5aa44 (diff)
Parsing/Sema of directive omp for simd
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218029 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Serialization')
-rw-r--r--include/clang/Serialization/ASTBitCodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h
index 4abe3c9874..d209bcc876 100644
--- a/include/clang/Serialization/ASTBitCodes.h
+++ b/include/clang/Serialization/ASTBitCodes.h
@@ -1343,6 +1343,7 @@ namespace clang {
STMT_OMP_PARALLEL_DIRECTIVE,
STMT_OMP_SIMD_DIRECTIVE,
STMT_OMP_FOR_DIRECTIVE,
+ STMT_OMP_FOR_SIMD_DIRECTIVE,
STMT_OMP_SECTIONS_DIRECTIVE,
STMT_OMP_SECTION_DIRECTIVE,
STMT_OMP_SINGLE_DIRECTIVE,