This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 1a1c8f42c6 Use switch instead of series of comparisons new 5451513a3f [OpenMP 5.0] Codegen support for user-defined mappers.
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/GlobalDecl.h | 1 + lib/AST/ASTContext.cpp | 2 +- lib/CodeGen/CGDecl.cpp | 7 +- lib/CodeGen/CGOpenMPRuntime.cpp | 499 +++++++++++++++++++++++++++++++-- lib/CodeGen/CGOpenMPRuntime.h | 20 ++ lib/CodeGen/ModuleBuilder.cpp | 3 + test/OpenMP/declare_mapper_codegen.cpp | 442 +++++++++++++++++++++++++---- 7 files changed, 887 insertions(+), 87 deletions(-)