This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 04d93a17d3 [clang-format] Add ability to wrap braces after multi-line c [...] new c8297e1181 Check for qualified function types after substituting into t [...] new 484a78835a [HIP] Use option -nogpulib to disable linking device lib
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/DiagnosticSemaKinds.td | 2 ++ include/clang/Driver/Options.td | 4 +++- include/clang/Sema/Sema.h | 2 ++ lib/Driver/ToolChains/Cuda.cpp | 4 ++-- lib/Driver/ToolChains/HIP.cpp | 3 +++ lib/Sema/SemaExprCXX.cpp | 3 +++ lib/Sema/SemaType.cpp | 14 +++++++++++++- test/Driver/hip-no-device-libs.hip | 11 +++++++++++ test/SemaTemplate/instantiate-expr-4.cpp | 9 +++++++++ 9 files changed, 48 insertions(+), 4 deletions(-) create mode 100644 test/Driver/hip-no-device-libs.hip