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 a61bf967 [clangd] Update clangd-vscode docs to be more user-focused.
new a80656ba [clangd] Support multifile edits as output of Tweaks
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 | 59 ++++++++++++++++++----
clangd/ClangdServer.cpp | 50 +++++++++----------
clangd/SourceCode.cpp | 62 +++++++++++++++++++++++-
clangd/SourceCode.h | 28 ++++++++++-
clangd/refactor/Tweak.cpp | 29 +++++++++++
clangd/refactor/Tweak.h | 29 ++++++++---
clangd/refactor/tweaks/AnnotateHighlightings.cpp | 6 ++-
clangd/refactor/tweaks/ExpandAutoType.cpp | 2 +-
clangd/refactor/tweaks/ExpandMacro.cpp | 10 ++--
clangd/refactor/tweaks/ExtractFunction.cpp | 2 +-
clangd/refactor/tweaks/ExtractVariable.cpp | 2 +-
clangd/refactor/tweaks/RawStringLiteral.cpp | 6 ++-
clangd/refactor/tweaks/SwapIfBranches.cpp | 2 +-
clangd/unittests/TweakTesting.cpp | 20 ++++----
clangd/unittests/TweakTests.cpp | 32 ++++++++++++
15 files changed, 271 insertions(+), 68 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-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards df4b9aba1 0: update: linux-e7d2672c66e4d3675570369bf20856296da312c4: all
new 33a61be0c 0: update: binutils-60391a255b720e37ab1efbb7e83bf7dfa270a0fe: all
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 (df4b9aba1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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 | 176 +-
02-prepare_abe/console.log | 412 +-
03-build_abe-binutils/console.log | 10992 +++++++------
04-build_abe-stage1/console.log | 18835 +++++++++++-----------
05-build_linux/console.log | 822 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 31276 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 31434 insertions(+), 31105 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 gcc.
from 983a2e1da0f Update comment of removed options.
new a4775a7b38e 2019-09-09 Barnaby Wilks <barnaby.wilks(a)arm.com>
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 | 5 +++
gcc/match.pd | 12 +++++-
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/fold-binary-math-casts.c | 58 +++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/fold-binary-math-casts.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 gcc.
from a7d35751fec Minor std::to_chars optimisation for base 10
new 983a2e1da0f Update comment of removed options.
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 | 6 ++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c.opt | 46 +++++++++++++++++++++++-----------------------
gcc/config/i386/i386.opt | 4 ++--
4 files changed, 37 insertions(+), 25 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 gcc-7-branch
in repository gcc.
from bca14f5d1d4 Daily bump.
new 1bdf9030683 PR target/91704 * config/i386/avxintrin.h (__v32qs): New [...]
new 76cd4d95012 PR target/87853 * config/i386/emmintrin.h (_mm_cmpeq_epi8 [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/config/i386/avx2intrin.h | 2 +-
gcc/config/i386/avxintrin.h | 1 +
gcc/config/i386/emmintrin.h | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr87853.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr91704.c | 14 ++++++++++++++
7 files changed, 56 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr87853.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr91704.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 d743d503 [clangd] Highlight typedefs to template parameters as templat [...]
new a61bf967 [clangd] Update clangd-vscode docs to be more user-focused.
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-vscode/{README.md => DEVELOPING.md} | 44 ++-----
clangd/clients/clangd-vscode/README.md | 134 ++++++++++++---------
.../clients/clangd-vscode/doc-assets/complete.png | Bin 0 -> 45024 bytes
.../clangd-vscode/doc-assets/diagnostics.png | Bin 0 -> 29566 bytes
.../clients/clangd-vscode/doc-assets/extract.png | Bin 0 -> 21101 bytes
clangd/clients/clangd-vscode/doc-assets/format.png | Bin 0 -> 23948 bytes
.../clients/clangd-vscode/doc-assets/include.png | Bin 0 -> 21077 bytes
.../clangd-vscode/doc-assets/symbolsearch.png | Bin 0 -> 29427 bytes
clangd/clients/clangd-vscode/doc-assets/xrefs.png | Bin 0 -> 114451 bytes
9 files changed, 86 insertions(+), 92 deletions(-)
copy clangd/clients/clangd-vscode/{README.md => DEVELOPING.md} (54%)
create mode 100644 clangd/clients/clangd-vscode/doc-assets/complete.png
create mode 100644 clangd/clients/clangd-vscode/doc-assets/diagnostics.png
create mode 100644 clangd/clients/clangd-vscode/doc-assets/extract.png
create mode 100644 clangd/clients/clangd-vscode/doc-assets/format.png
create mode 100644 clangd/clients/clangd-vscode/doc-assets/include.png
create mode 100644 clangd/clients/clangd-vscode/doc-assets/symbolsearch.png
create mode 100644 clangd/clients/clangd-vscode/doc-assets/xrefs.png
--
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
in repository toolchain/ci/gcc.
from c53fb96729e Daily bump.
adds 0aa8c7c8e1a Daily bump.
adds 6f9f4fd7a33 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-bootstrap
in repository toolchain/ci/base-artifacts.
discards bde944e55 0: update: gcc-c53fb96729e218205fe0cc8fa08eaa298b5014e2: 1
new d37afdfaf 0: update: gcc-6f9f4fd7a3356df06f093d71576a269458cff27a: 1
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 (bde944e55)
\
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 | 139 +-
02-prepare_abe/console.log | 432 +-
03-build_abe-bootstrap/console.log | 86512 +++++++++++++++++-----------------
console.log | 87111 +++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
5 files changed, 87068 insertions(+), 87134 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-master-arm-mainline-defconfig
in repository toolchain/ci/linux.
from 950b07c14e8c Revert "x86/apic: Include the LDR when clearing out APIC r [...]
adds bc624a06f0c5 gpio: pca953x: correct type of reg_direction
adds 438b6c20e616 gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_read
adds 89f2c0425cb5 Merge tag 'gpio-v5.3-rc7-fixes-for-linus' of git://git.ker [...]
adds def8b72f0e40 Merge tag 'gpio-v5.3-5' of git://git.kernel.org/pub/scm/li [...]
adds bfafddd8de42 include/linux/compiler.h: fix Oops for Clang-compiled kernels
adds 983f700eab89 Merge tag 'compiler-attributes-for-linus-v5.3-rc8' of git: [...]
adds f74c2bb98776 Linux 5.3-rc8
No new revisions were added by this update.
Summary of changes:
Makefile | 2 +-
drivers/gpio/gpio-pca953x.c | 15 ++++++---------
include/linux/compiler.h | 8 ++++----
3 files changed, 11 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.