This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 751ae2ab8b [CUDA] Allow external variables in separate compilation new 62d1174367 [OpenMP] Fix trailing space when printing pragmas, by Joel. [...]
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/Attr.td | 26 +++---- lib/AST/StmtPrinter.cpp | 83 +++++++++++----------- test/Misc/ast-print-pragmas.cpp | 4 +- test/OpenMP/atomic_ast_print.cpp | 2 +- test/OpenMP/barrier_ast_print.cpp | 2 +- test/OpenMP/cancel_ast_print.cpp | 2 +- test/OpenMP/cancellation_point_ast_print.cpp | 2 +- test/OpenMP/critical_ast_print.cpp | 4 +- test/OpenMP/declare_reduction_ast_print.c | 2 +- test/OpenMP/declare_reduction_ast_print.cpp | 2 +- test/OpenMP/declare_simd_ast_print.c | 8 +-- test/OpenMP/declare_simd_ast_print.cpp | 4 +- test/OpenMP/declare_target_ast_print.cpp | 40 +++++------ test/OpenMP/distribute_ast_print.cpp | 2 +- test/OpenMP/distribute_dist_schedule_ast_print.cpp | 2 +- test/OpenMP/distribute_parallel_for_ast_print.cpp | 2 +- .../distribute_parallel_for_simd_ast_print.cpp | 2 +- test/OpenMP/distribute_simd_ast_print.cpp | 2 +- test/OpenMP/flush_ast_print.cpp | 2 +- test/OpenMP/for_ast_print.cpp | 2 +- test/OpenMP/for_simd_ast_print.cpp | 2 +- test/OpenMP/master_ast_print.cpp | 2 +- test/OpenMP/ordered_ast_print.cpp | 2 +- test/OpenMP/parallel_ast_print.cpp | 2 +- test/OpenMP/parallel_for_ast_print.cpp | 2 +- test/OpenMP/parallel_for_simd_ast_print.cpp | 2 +- test/OpenMP/parallel_sections_ast_print.cpp | 2 +- test/OpenMP/sections_ast_print.cpp | 4 +- test/OpenMP/simd_ast_print.cpp | 4 +- test/OpenMP/single_ast_print.cpp | 2 +- test/OpenMP/target_ast_print.cpp | 2 +- test/OpenMP/target_data_ast_print.cpp | 2 +- .../target_data_use_device_ptr_ast_print.cpp | 2 +- test/OpenMP/target_enter_data_ast_print.cpp | 2 +- test/OpenMP/target_exit_data_ast_print.cpp | 2 +- test/OpenMP/target_is_device_ptr_ast_print.cpp | 2 +- test/OpenMP/target_parallel_ast_print.cpp | 2 +- test/OpenMP/target_parallel_for_ast_print.cpp | 2 +- ...target_parallel_for_is_device_ptr_ast_print.cpp | 2 +- test/OpenMP/target_parallel_for_simd_ast_print.cpp | 2 +- ...t_parallel_for_simd_is_device_ptr_ast_print.cpp | 2 +- .../target_parallel_is_device_ptr_ast_print.cpp | 2 +- test/OpenMP/target_simd_ast_print.cpp | 2 +- test/OpenMP/target_teams_ast_print.cpp | 2 +- test/OpenMP/target_teams_distribute_ast_print.cpp | 2 +- ...get_teams_distribute_parallel_for_ast_print.cpp | 2 +- ...ribute_parallel_for_is_device_ptr_ast_print.cpp | 2 +- ...eams_distribute_parallel_for_simd_ast_print.cpp | 2 +- ...e_parallel_for_simd_is_device_ptr_ast_print.cpp | 2 +- .../target_teams_distribute_simd_ast_print.cpp | 2 +- ...ams_distribute_simd_is_device_ptr_ast_print.cpp | 2 +- .../target_teams_is_device_ptr_ast_print.cpp | 2 +- test/OpenMP/target_update_ast_print.cpp | 2 +- test/OpenMP/task_ast_print.cpp | 2 +- test/OpenMP/taskgroup_ast_print.cpp | 2 +- test/OpenMP/taskloop_ast_print.cpp | 2 +- test/OpenMP/taskloop_simd_ast_print.cpp | 2 +- test/OpenMP/taskwait_ast_print.cpp | 2 +- test/OpenMP/taskyield_ast_print.cpp | 2 +- test/OpenMP/teams_ast_print.cpp | 2 +- test/OpenMP/teams_distribute_ast_print.cpp | 2 +- .../teams_distribute_parallel_for_ast_print.cpp | 2 +- ...eams_distribute_parallel_for_simd_ast_print.cpp | 2 +- test/OpenMP/teams_distribute_simd_ast_print.cpp | 2 +- test/OpenMP/threadprivate_ast_print.cpp | 2 +- test/PCH/pragma-loop.cpp | 9 +-- utils/TableGen/ClangAttrEmitter.cpp | 2 +- 67 files changed, 150 insertions(+), 150 deletions(-)