[all-commits] [llvm/llvm-project] c09c06: [OPENMP]Fix PR43772: No warning in non-combined ta...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Tue Oct 29 07:34:49 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c09c0651a43b75044dc99e7c69acbcfaffd08aa2
https://github.com/llvm/llvm-project/commit/c09c0651a43b75044dc99e7c69acbcfaffd08aa2
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-10-29 (Tue, 29 Oct 2019)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/distribute_simd_loop_messages.cpp
M clang/test/OpenMP/teams_distribute_codegen.cpp
M clang/test/OpenMP/teams_distribute_parallel_for_codegen.cpp
M clang/test/OpenMP/teams_distribute_simd_codegen.cpp
Log Message:
-----------
[OPENMP]Fix PR43772: No warning in non-combined target regions.
Need to analyze inner target regions in case of implicit mapping of the
data members when target region is created in one of the class member
functions.
More information about the All-commits
mailing list