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 b87071bc [clang-tidy] Add a module for the Linux kernel.
new c48eaad8 [clang-doc] Add option for user provided stylesheets
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:
clang-doc/Generators.h | 3 +-
clang-doc/HTMLGenerator.cpp | 62 +++++++++++++++++++------------
clang-doc/MDGenerator.cpp | 6 ++-
clang-doc/Representation.h | 2 +-
clang-doc/YAMLGenerator.cpp | 6 ++-
clang-doc/tool/ClangDocMain.cpp | 29 ++++++++++++---
unittests/clang-doc/HTMLGeneratorTest.cpp | 26 ++++++++++---
unittests/clang-doc/MDGeneratorTest.cpp | 10 ++---
unittests/clang-doc/YAMLGeneratorTest.cpp | 10 ++---
9 files changed, 104 insertions(+), 50 deletions(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/gcc.
from fc03d0cbea8 Daily bump.
adds bdb69be382b Daily bump.
adds a4f1b58eb48 2019-07-25 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libiberty/ChangeLog | 9 +++++++++
libiberty/simple-object-elf.c | 8 ++++++++
3 files changed, 18 insertions(+), 1 deletion(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/binutils-gdb.
from ab97c80ee5 [AArch64] Add support for GMID_EL1 register for +memtag
adds 92214ca9bb Automatic date update in version.in
adds 76febfe169 [ARM]: Correct the regular expressions in cmse_main_sec_debu [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-arm/cmse_main_sec_debug.d | 18 +++++++++---------
3 files changed, 18 insertions(+), 10 deletions(-)
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards a218d0ad 0: update: binutils-gcc-linux: boot
new 7354fef4 0: update: binutils-gcc-linux: boot
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a218d0ad)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-binutils/console.log | 11039 +++++++------
04-build_abe-stage1/console.log | 17573 ++++++++++-----------
05-build_linux/console.log | 826 +-
06-boot_linux/console.log | 468 +-
console.log | 30495 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 30518 insertions(+), 30493 deletions(-)
--
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 e5d713e7 [clang-doc] Add stylesheet to generated html docs
new b87071bc [clang-tidy] Add a module for the Linux kernel.
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:
clang-tidy/CMakeLists.txt | 1 +
clang-tidy/ClangTidyForceLinker.h | 5 ++
clang-tidy/{boost => linuxkernel}/CMakeLists.txt | 6 +--
.../LinuxKernelTidyModule.cpp} | 28 ++++++------
clang-tidy/linuxkernel/MustCheckErrsCheck.cpp | 53 ++++++++++++++++++++++
clang-tidy/linuxkernel/MustCheckErrsCheck.h | 43 ++++++++++++++++++
clang-tidy/plugin/CMakeLists.txt | 1 +
clang-tidy/tool/CMakeLists.txt | 1 +
docs/ReleaseNotes.rst | 14 +++++-
.../checks/linuxkernel-must-use-errs.rst | 26 +++++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/linuxkernel-must-check-errs.c | 43 ++++++++++++++++++
12 files changed, 204 insertions(+), 18 deletions(-)
copy clang-tidy/{boost => linuxkernel}/CMakeLists.txt (57%)
copy clang-tidy/{boost/BoostTidyModule.cpp => linuxkernel/LinuxKernelTidyModule.cp [...]
create mode 100644 clang-tidy/linuxkernel/MustCheckErrsCheck.cpp
create mode 100644 clang-tidy/linuxkernel/MustCheckErrsCheck.h
create mode 100644 docs/clang-tidy/checks/linuxkernel-must-use-errs.rst
create mode 100644 test/clang-tidy/linuxkernel-must-check-errs.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 llvm.
from 99818ae847f [BPF] fix typedef issue for offset relocation
new b1676ed4e4f [CodeGen] Don't resolve the stack protector frame accesses [...]
new 47fb5c07045 [InstCombine] add tests for lerp patterns (PR42716); NFC
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:
lib/CodeGen/LocalStackSlotAllocation.cpp | 8 ++
test/CodeGen/AArch64/stack-guard-reassign.ll | 7 +-
test/CodeGen/ARM/stack-guard-reassign.ll | 7 +-
test/CodeGen/PowerPC/stack-guard-reassign.ll | 11 +-
test/CodeGen/Thumb/stack_guard_remat.ll | 39 ++++--
test/Transforms/InstCombine/fadd-fsub-factor.ll | 170 ++++++++++++++++++++++++
6 files changed, 216 insertions(+), 26 deletions(-)
--
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 openmp.
from ca7d371 [OpenMP] Fix build of stubs library, NFC.
new 34b2830 [openmp] Workaround bug in old Android pthread_attr_setstacksize
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:
runtime/src/z_Linux_util.cpp | 7 +++++++
1 file changed, 7 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 lldb.
from c5ca113de [Tablegen] Fix issues caused by incorrect escaping.
new 93e9f4c01 [Docs] Remove reproducers from the project page.
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:
docs/status/projects.rst | 29 +++++++----------------------
1 file changed, 7 insertions(+), 22 deletions(-)
--
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 65f56b7e64 [NFC][clang] Refactor getCompilationPhases()+Types.def step 2.
new ec4812e3dd [Sema] add -Walloca to flag uses of `alloca`
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/DiagnosticSemaKinds.td | 5 +++++
lib/Sema/SemaChecking.cpp | 4 ++++
test/Sema/warn-alloca.c | 20 ++++++++++++++++++++
3 files changed, 29 insertions(+)
create mode 100644 test/Sema/warn-alloca.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 glibc.
from 7e681561a3 x86-64: Compile branred.c with -mprefer-vector-width=128 [BZ [...]
new 50ce3eae5b gconv: Check reference count in __gconv_release_cache [BZ #24677]
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:
ChangeLog | 6 ++++++
iconv/gconv_cache.c | 9 ++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.