This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5264f163e2 Don't diagnose errors when a file matches an include component new 64f1b0a2a8 [OpenMP] Add support for close map modifier in Clang
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 | 10 +- test/OpenMP/target_data_codegen.cpp | 208 ++++++++++++++++++++++++++++++ test/OpenMP/target_enter_data_codegen.cpp | 131 +++++++++++++++++++ test/OpenMP/target_exit_data_codegen.cpp | 131 +++++++++++++++++++ test/OpenMP/target_map_codegen.cpp | 74 ++++++++++- 5 files changed, 551 insertions(+), 3 deletions(-)