This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 4db779193 [libc++][CMake] Always provide new/delete in libc++ unless sp [...]
new b6402fd7f [libc++] Unconditionally enable the __pad_and_output optimization
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/iterator | 5 -----
include/locale | 6 ------
2 files changed, 11 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 310148a9 [clang-tidy] Address post-commit comments
new b3fe4498 [clangd] Support relatedInformation in diagnostics.
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:
clangd/ClangdLSPServer.cpp | 2 +
clangd/Diagnostics.cpp | 110 ++++++++++++++++++++--------------
clangd/Diagnostics.h | 8 +++
clangd/Protocol.cpp | 11 ++++
clangd/Protocol.h | 20 +++++++
test/clangd/diagnostics-notes.test | 48 +++++++++++++++
unittests/clangd/DiagnosticsTests.cpp | 83 +++++++++++++++++--------
7 files changed, 213 insertions(+), 69 deletions(-)
create mode 100644 test/clangd/diagnostics-notes.test
--
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_gnu/gnu-release-arm-bootstrap_profiled
in repository toolchain/ci/base-artifacts.
discards 2540f16b 0: : gcc-fb9f19a3be29013f96daff0f9327859e17576dca: -10
new 99549804 0: update: gcc-716a48f9a662db12b3303f2faf44f9e93d7d6e56: -10
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 (2540f16b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 130 +-
02-prepare_abe/console.log | 92 +-
03-build_abe-bootstrap_profiled/console.log | 82227 +++++++++++++------------
04-check_regression/console.log | 16 +-
05-update_baseline/console.log | 2 +-
console.log | 82465 +++++++++++++-------------
jenkins/manifest.sh | 12 +-
7 files changed, 81719 insertions(+), 83225 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 llvm.
from efe33e64534 MinidumpYAML: Add support for ModuleList stream
new 93d23822187 MinidumpYAML: Fix ambiguity between std::make_unique and ll [...]
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:
lib/ObjectYAML/MinidumpYAML.cpp | 2 +-
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from f66a2647963 gn build: Merge r358607
new efe33e64534 MinidumpYAML: Add support for ModuleList stream
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/llvm/BinaryFormat/Minidump.h | 4 +
include/llvm/Object/Minidump.h | 7 ++
include/llvm/ObjectYAML/MinidumpYAML.h | 29 +++++++
lib/ObjectYAML/MinidumpYAML.cpp | 140 +++++++++++++++++++++++++++++---
test/tools/obj2yaml/basic-minidump.yaml | 54 ++++++++++++
5 files changed, 222 insertions(+), 12 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/llvm-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
from 5b560dcb 2: reset: linux-e4ebae16792ad736add8a40645ecdf42afaba85e: 16548
new 5224b8d7 3: update: linux-0b9132ee742999aee13e6b22ef7723b6d4a0eaca: 16548
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 | 73 +-
02-build_llvm/console.log | 11392 +++++++++++++--------------
03-build_linux/console.log | 4321 ++++++-----
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 50 +
console.log | 15856 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
reset-baseline | 0
8 files changed, 15929 insertions(+), 15793 deletions(-)
delete mode 100644 reset-baseline
--
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 libcxx.
from 2b4644896 [libc++][CMake] Remove unnecessary conditional for defining n [...]
new 4db779193 [libc++][CMake] Always provide new/delete in libc++ unless sp [...]
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:
CMakeLists.txt | 14 ++------------
1 file changed, 2 insertions(+), 12 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 boris/c++-modules
in repository gcc.
at 15d5b4603cd Load include-translated header unit BMI in directives-only mode
This branch includes the following new commits:
new 2f85285dfc1 gcc/cp/ * Make-lang.in (MODULE_REVISION): New. * module. [...]
new 1a8179da701 Adjust MODULE_REVISION extraction for git-svn
new 15d5b4603cd Load include-translated header unit BMI in directives-only mode
The 3 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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.