This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 58834f0730 Fix test/OpenMP/nvptx_data_sharing.cpp new f301ed91f8 [OPENMP] Initial support for asynchronous data update, NFC.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/StmtOpenMP.h | 36 ++++++------- include/clang/Sema/Sema.h | 9 ++-- lib/AST/StmtOpenMP.cpp | 33 ++++++------ lib/AST/StmtPrinter.cpp | 14 ++--- lib/Basic/OpenMPKinds.cpp | 8 +-- lib/CodeGen/CGStmtOpenMP.cpp | 27 ++++++++-- lib/Parse/ParseOpenMP.cpp | 9 ++++ lib/Sema/SemaOpenMP.cpp | 119 +++++++++++++++++++++++++++++++++++------ 8 files changed, 191 insertions(+), 64 deletions(-)