This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8cd8ed88f9 [CodeComplete] Report location of opening parens for signature help new 38d46ffb86 [OPENMP][NVPTX] Add options -f[no-]openmp-cuda-force-full-runtime. new 5204bd3692 [Sema][NFC] Trivial cleanup in ActOnCallExpr
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: include/clang/Basic/LangOptions.def | 1 + include/clang/Driver/Options.td | 4 ++ lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 3 +- lib/Driver/ToolChains/Clang.cpp | 12 ++++- lib/Frontend/CompilerInvocation.cpp | 7 ++- lib/Sema/SemaExpr.cpp | 8 +--- test/Driver/openmp-offload-gpu.c | 23 +++++++++ ...p => nvptx_force_full_runtime_SPMD_codegen.cpp} | 56 +++++++++++----------- 8 files changed, 75 insertions(+), 39 deletions(-) copy test/OpenMP/{nvptx_SPMD_codegen.cpp => nvptx_force_full_runtime_SPMD_codegen. [...]