This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_90 in repository clang.
from f6da3d966d Merging r366511: ------------------------------------------- [...] new bff373b9ff Merging r366474: ------------------------------------------- [...] new 0b617d17ab Merging r366483: ------------------------------------------- [...] new 6e5798b53d Merging r366699: ------------------------------------------- [...] new 208e849f28 Merging r366448 and r366457: ------------------------------- [...]
The 4 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/Frontend/ASTUnit.cpp | 1 - lib/Headers/emmintrin.h | 6 +- lib/Sema/SemaOpenMP.cpp | 107 ++++++++++++--------- test/Index/complete-qualified-cached.cpp | 22 +++++ ...stribute_parallel_for_firstprivate_messages.cpp | 8 +- ...ute_parallel_for_simd_firstprivate_messages.cpp | 8 +- .../distribute_simd_firstprivate_messages.cpp | 8 +- test/OpenMP/distribute_simd_misc_messages.c | 4 +- test/OpenMP/for_misc_messages.c | 4 +- test/OpenMP/for_simd_misc_messages.c | 4 +- test/OpenMP/parallel_copyin_codegen.cpp | 27 +++++- test/OpenMP/parallel_for_firstprivate_messages.cpp | 8 +- test/OpenMP/parallel_for_misc_messages.c | 4 +- .../parallel_for_simd_firstprivate_messages.cpp | 8 +- test/OpenMP/simd_misc_messages.c | 4 +- .../target_parallel_for_firstprivate_messages.cpp | 8 +- test/OpenMP/target_parallel_for_misc_messages.c | 4 +- ...get_parallel_for_simd_firstprivate_messages.cpp | 8 +- .../target_parallel_for_simd_misc_messages.c | 4 +- test/OpenMP/target_simd_firstprivate_messages.cpp | 8 +- ...ms_distribute_parallel_for_simd_misc_messages.c | 4 +- .../target_teams_distribute_simd_misc_messages.c | 4 +- test/OpenMP/task_codegen.c | 15 +++ test/OpenMP/taskloop_firstprivate_messages.cpp | 8 +- .../OpenMP/taskloop_simd_firstprivate_messages.cpp | 12 +-- 25 files changed, 185 insertions(+), 113 deletions(-) create mode 100644 test/Index/complete-qualified-cached.cpp