[all-commits] [llvm/llvm-project] ea9166: [OPENMP50]Add parsing/sema for acq_rel clause.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Feb 7 06:39:02 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea9166b5a838d788a4ec0c9ddf0c83b09f49cfe4
https://github.com/llvm/llvm-project/commit/ea9166b5a838d788a4ec0c9ddf0c83b09f49cfe4
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-02-07 (Fri, 07 Feb 2020)
Changed paths:
M clang/include/clang/AST/OpenMPClause.h
M clang/include/clang/AST/RecursiveASTVisitor.h
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/include/clang/Basic/OpenMPKinds.def
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/CodeGen/CGStmtOpenMP.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/atomic_ast_print.cpp
M clang/test/OpenMP/atomic_messages.cpp
M clang/test/OpenMP/flush_ast_print.cpp
M clang/test/OpenMP/flush_messages.cpp
M clang/tools/libclang/CIndex.cpp
Log Message:
-----------
[OPENMP50]Add parsing/sema for acq_rel clause.
Added basic support (representation + parsing/sema/(de)serialization)
for acq_rel clause in flush/atomic directives.
More information about the All-commits
mailing list