This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ba78be77a4 PR42071: Reject weird names for non-type template parameters. new 02d27f2c52 Use unsigned for bitfields to avoid sign extension new 1ec5b0cfa8 [OpenMP] Add target task alloc function with device ID
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/Sema/DeclSpec.h | 7 ++- lib/CodeGen/CGOpenMPRuntime.cpp | 61 +++++++++++++++++----- lib/Sema/DeclSpec.cpp | 6 +-- test/OpenMP/target_depend_codegen.cpp | 4 +- test/OpenMP/target_enter_data_depend_codegen.cpp | 2 +- test/OpenMP/target_exit_data_depend_codegen.cpp | 2 +- test/OpenMP/target_parallel_depend_codegen.cpp | 4 +- test/OpenMP/target_parallel_for_depend_codegen.cpp | 4 +- .../target_parallel_for_simd_depend_codegen.cpp | 4 +- test/OpenMP/target_simd_depend_codegen.cpp | 4 +- test/OpenMP/target_teams_depend_codegen.cpp | 4 +- .../target_teams_distribute_depend_codegen.cpp | 4 +- ...eams_distribute_parallel_for_depend_codegen.cpp | 4 +- ...distribute_parallel_for_simd_depend_codegen.cpp | 4 +- ...target_teams_distribute_simd_depend_codegen.cpp | 4 +- test/OpenMP/target_update_depend_codegen.cpp | 2 +- 16 files changed, 80 insertions(+), 40 deletions(-)