This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2e2fb522c7 Only convert objc messages to alloc to objc_alloc if the rec [...] new 4d12ac09c5 [OpenMP] Added support for explicit mapping of classes using [...]
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/Basic/DiagnosticSemaKinds.td | 8 ++++ lib/CodeGen/CGOpenMPRuntime.cpp | 11 ++++- lib/Sema/SemaOpenMP.cpp | 72 +++++++++++++++++++++++++++++- test/OpenMP/target_ast_print.cpp | 35 +++++++++++++++ test/OpenMP/target_codegen.cpp | 50 ++++++++++++++++++++- test/OpenMP/target_messages.cpp | 12 +++++ 6 files changed, 183 insertions(+), 5 deletions(-)