This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c71c54f71a [OPENMP] Support relational-op != (not-equal) as one of the [...] new aa76915b13 [OPENMP] remove redundant MapTypeModifierSpecified flag in P [...] new 0551d7316e [OPENMP]Fix handling of the LCVs in loop-based directives.
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: lib/Parse/ParseOpenMP.cpp | 9 +-- lib/Sema/SemaOpenMP.cpp | 10 ++- lib/Sema/TreeTransform.h | 3 + .../nvptx_target_teams_distribute_codegen.cpp | 90 ++++++++++++++++++++++ 4 files changed, 102 insertions(+), 10 deletions(-) create mode 100644 test/OpenMP/nvptx_target_teams_distribute_codegen.cpp