This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 181561d074 [OpenMP] Parse+Sema for copyin clause of 'teams distribute p [...] new 01e75bdff2 [python] [tests] Rewrite to use standard unittest module new 279bf36e21 [NFC] Pacify bbot for OpenMP 'teams distribute parallel for'
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: bindings/python/README.txt | 5 +- .../python/tests/cindex/test_access_specifiers.py | 27 +- bindings/python/tests/cindex/test_cdb.py | 196 ++--- .../python/tests/cindex/test_code_completion.py | 84 +- bindings/python/tests/cindex/test_comment.py | 50 +- bindings/python/tests/cindex/test_cursor.py | 958 +++++++++++---------- bindings/python/tests/cindex/test_cursor_kind.py | 98 ++- bindings/python/tests/cindex/test_diagnostics.py | 197 ++--- .../cindex/test_exception_specification_kind.py | 27 +- bindings/python/tests/cindex/test_file.py | 18 +- bindings/python/tests/cindex/test_index.py | 24 +- bindings/python/tests/cindex/test_linkage.py | 28 +- bindings/python/tests/cindex/test_location.py | 137 +-- bindings/python/tests/cindex/test_tls_kind.py | 50 +- bindings/python/tests/cindex/test_token_kind.py | 61 +- bindings/python/tests/cindex/test_tokens.py | 70 +- .../python/tests/cindex/test_translation_unit.py | 435 +++++----- bindings/python/tests/cindex/test_type.py | 789 ++++++++--------- .../teams_distribute_parallel_for_messages.cpp | 2 +- 19 files changed, 1659 insertions(+), 1597 deletions(-)