This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 63c73abda9 [AST] Fix buildbot failure because of raw string inside macr [...] new 4c0e634065 [OpenMP 5.0] Codegen support for user-defined mappers. new 91efd86d9b [DirectoryWatcher][linux] Fix build for older kernels
The 2 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 + .../linux/DirectoryWatcher-linux.cpp | 3 +- test/OpenMP/declare_mapper_codegen.cpp | 442 +++++++++++++++--- 8 files changed, 888 insertions(+), 89 deletions(-)