This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c59e1fef13 clang-format: better handle statement macros new d46d151a3c [HIP] Support early finalization of device code for -fno-gpu-rdc
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/LangOptions.def | 2 +- include/clang/Driver/Options.td | 6 +- include/clang/Driver/Types.def | 1 + lib/AST/Decl.cpp | 2 +- lib/CodeGen/CGCUDANV.cpp | 31 +++-- lib/Driver/Driver.cpp | 74 ++++++++-- lib/Driver/ToolChains/Clang.cpp | 14 +- lib/Driver/ToolChains/CommonArgs.cpp | 48 +++---- lib/Driver/ToolChains/Cuda.cpp | 8 +- lib/Driver/ToolChains/HIP.cpp | 41 +++++- lib/Driver/ToolChains/HIP.h | 5 + lib/Frontend/CompilerInvocation.cpp | 2 +- lib/Sema/SemaDeclAttr.cpp | 2 +- test/CodeGenCUDA/device-stub.cu | 20 +-- test/Driver/cuda-external-tools.cu | 22 +-- test/Driver/cuda-phases.cu | 33 +++-- test/Driver/hip-output-file-name.hip | 2 +- test/Driver/hip-toolchain-no-rdc.hip | 150 +++++++++++++++++++++ .../{hip-toolchain.hip => hip-toolchain-rdc.hip} | 8 +- test/SemaCUDA/extern-shared.cu | 4 +- 20 files changed, 370 insertions(+), 105 deletions(-) create mode 100644 test/Driver/hip-toolchain-no-rdc.hip rename test/Driver/{hip-toolchain.hip => hip-toolchain-rdc.hip} (95%)