This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c3ac76787b [IRBuilder] Update IRBuilder::CreateFNeg(...) to return a Un [...] new e619d987e2 [CUDA][HIP] Fix host/device check with -fopenmp
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/Sema/Sema.h | 13 +++ lib/Sema/SemaCUDA.cpp | 52 +++-------- lib/Sema/SemaDecl.cpp | 84 +++++++++++++++++ lib/Sema/SemaOpenMP.cpp | 146 ++++++++++++------------------ test/CodeGenCUDA/openmp-target.cu | 20 ++++ test/OpenMP/declare_target_messages.cpp | 4 +- test/SemaCUDA/call-device-fn-from-host.cu | 2 + test/SemaCUDA/host-device-constexpr.cu | 7 +- test/SemaCUDA/openmp-static-func.cu | 14 +++ test/SemaCUDA/openmp-target.cu | 43 +++++++++ 10 files changed, 255 insertions(+), 130 deletions(-) create mode 100644 test/CodeGenCUDA/openmp-target.cu create mode 100644 test/SemaCUDA/openmp-static-func.cu create mode 100644 test/SemaCUDA/openmp-target.cu