This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 77557aecc9 [ASTImporter] Support importing FunctionTemplateDecl and CXX [...] new a847afa6b9 [OPENMP] Support for `depend` clauses on `target data update`.
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: lib/CodeGen/CGOpenMPRuntime.cpp | 143 ++++++---- lib/CodeGen/CGStmtOpenMP.cpp | 169 ++++++++++-- lib/CodeGen/CodeGenFunction.h | 14 + lib/Sema/SemaOpenMP.cpp | 17 +- test/OpenMP/target_update_depend_codegen.cpp | 378 +++++++++++++++++++++++++++ 5 files changed, 640 insertions(+), 81 deletions(-) create mode 100644 test/OpenMP/target_update_depend_codegen.cpp