[all-commits] [llvm/llvm-project] cb424f: [OPENMP5.1]Initial support for novariants clause.
jyu2-git via All-commits
all-commits at lists.llvm.org
Fri Apr 2 13:30:16 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb424fee3d6b27dbd38de666382b702100935286
https://github.com/llvm/llvm-project/commit/cb424fee3d6b27dbd38de666382b702100935286
Author: Jennifer Yu <jennifer.yu at intel.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/Sema/Sema.h
M clang/lib/AST/OpenMPClause.cpp
M clang/lib/AST/StmtProfile.cpp
M clang/lib/Basic/OpenMPKinds.cpp
M clang/lib/Parse/ParseOpenMP.cpp
M clang/lib/Sema/SemaOpenMP.cpp
M clang/lib/Sema/TreeTransform.h
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/test/OpenMP/dispatch_ast_print.cpp
M clang/test/OpenMP/dispatch_messages.cpp
M clang/tools/libclang/CIndex.cpp
M flang/lib/Semantics/check-omp-structure.cpp
M llvm/include/llvm/Frontend/OpenMP/OMP.td
Log Message:
-----------
[OPENMP5.1]Initial support for novariants clause.
Added basic parsing/sema/serialization support for the 'novariants' clause.
More information about the All-commits
mailing list