This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from c1566d0 tcwg_kernel-build.sh: Fill build_llvm* functions
new 8ba084e tcwg_kernel-build.sh: Fill build_linux and count_linux_objs
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:
tcwg_kernel-build.sh | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 83 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 650a163 tcwg_kernel-build.sh: Add logic to build Binutils and GCC using ABE.
new c1566d0 tcwg_kernel-build.sh: Fill build_llvm* functions
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:
jenkins-helpers.sh | 21 ++++++++++++++++
tcwg_kernel-build.sh | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 88 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 4c20793 tcwg-dev-build.sh: Initialise manifest_validation_opt
new 650a163 tcwg_kernel-build.sh: Add logic to build Binutils and GCC using ABE.
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:
jenkins-helpers.sh | 43 +++++++++++++++++++++
tcwg_kernel-build.sh | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 148 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a0421d1226 [HIP] Fix device only compilation
new a152c7a4b7 [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '- [...]
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/Driver/CC1Options.td | 4 +-
include/clang/Driver/Options.td | 3 ++
include/clang/Frontend/CodeGenOptions.def | 4 +-
include/clang/Frontend/CodeGenOptions.h | 2 +
lib/CodeGen/BackendUtil.cpp | 5 ++-
lib/CodeGen/CGDebugInfo.cpp | 7 +++-
lib/Driver/ToolChains/Clang.cpp | 61 +++++++++++++++++++++++--------
lib/Driver/ToolChains/CommonArgs.cpp | 7 +++-
lib/Driver/ToolChains/CommonArgs.h | 2 +-
lib/Driver/ToolChains/Gnu.cpp | 2 +-
lib/Driver/ToolChains/MinGW.cpp | 2 +-
lib/Frontend/CompilerInvocation.cpp | 18 ++++++++-
test/CodeGen/split-debug-single-file.c | 17 +++++++++
test/Driver/split-debug.c | 15 ++++++++
test/Driver/split-debug.s | 7 ++++
15 files changed, 130 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/split-debug-single-file.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 9852f727 Revert "Add a test checking clang-tidy can find libc++ on Mac"
new 3ece8622 [clang-tidy] Avoid C arrays check
new 0d933c88 [clangd] Improve code completion for ObjC methods
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:
clang-tidy/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
clang-tidy/hicpp/HICPPTidyModule.cpp | 3 +
clang-tidy/modernize/AvoidCArraysCheck.cpp | 69 +++++++++++++++++
.../{AvoidBindCheck.h => AvoidCArraysCheck.h} | 19 +++--
clang-tidy/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 2 +
clangd/CodeCompletionStrings.cpp | 38 +++++++--
docs/ReleaseNotes.rst | 16 ++++
.../checks/cppcoreguidelines-avoid-c-arrays.rst | 10 +++
docs/clang-tidy/checks/hicpp-avoid-c-arrays.rst | 10 +++
docs/clang-tidy/checks/list.rst | 3 +
.../clang-tidy/checks/modernize-avoid-c-arrays.rst | 56 ++++++++++++++
test/clang-tidy/modernize-avoid-c-arrays.cpp | 88 +++++++++++++++++++++
unittests/clangd/CodeCompleteTests.cpp | 90 +++++++++++++++++++++-
unittests/clangd/CodeCompletionStringsTests.cpp | 47 +++++++++++
16 files changed, 435 insertions(+), 21 deletions(-)
create mode 100644 clang-tidy/modernize/AvoidCArraysCheck.cpp
copy clang-tidy/modernize/{AvoidBindCheck.h => AvoidCArraysCheck.h} (58%)
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-avoid-c-arrays.rst
create mode 100644 docs/clang-tidy/checks/hicpp-avoid-c-arrays.rst
create mode 100644 docs/clang-tidy/checks/modernize-avoid-c-arrays.rst
create mode 100644 test/clang-tidy/modernize-avoid-c-arrays.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6ff3da17d0f gcc/ PR rtl-optimization/87507 * lower-subreg.c (operand_ [...]
new b9feec79a23 PR tree-optimization/87977 * tree-ssa-math-opts.c (optimi [...]
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:
gcc/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c | 2 +-
gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c | 2 +-
gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c | 2 +-
gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c | 2 +-
gcc/testsuite/gcc.dg/recip_sqrt_mult_5.c | 2 +-
gcc/tree-ssa-math-opts.c | 13 ++++++++++---
8 files changed, 33 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.