This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fb9bfee [clang-tidy] Add check name to YAML export new f5be8ba [OPENMP] Private, firstprivate, and lastprivate clauses for d [...]
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/CGStmtOpenMP.cpp | 18 ++ test/OpenMP/distribute_lastprivate_codegen.cpp | 379 +++++++++++++++++++++++++ test/OpenMP/distribute_private_codegen.cpp | 206 ++++++++++++++ 3 files changed, 603 insertions(+) create mode 100644 test/OpenMP/distribute_lastprivate_codegen.cpp create mode 100644 test/OpenMP/distribute_private_codegen.cpp