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 52ff0b37 [clangd] Fix use-after-scope in unit test
new aca80111 [clangd] Cleanup: use index file instead of header in workspa [...]
new 94caf6ce [clangd] Cleanup: stop passing around list of supported URI schemes.
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:
clangd/ClangdLSPServer.cpp | 37 ----------------
clangd/ClangdServer.cpp | 3 +-
clangd/ClangdServer.h | 4 --
clangd/URI.cpp | 19 ++++----
clangd/URI.h | 7 ++-
clangd/index/Background.cpp | 7 +--
clangd/index/Background.h | 3 +-
clangd/index/FileIndex.cpp | 34 ++++++---------
clangd/index/FileIndex.h | 17 +++-----
clangd/index/Serialization.cpp | 9 ++--
clangd/index/Serialization.h | 1 -
clangd/index/SymbolCollector.cpp | 11 +----
clangd/index/SymbolCollector.h | 4 --
clangd/index/dex/Dex.cpp | 28 +++++-------
clangd/index/dex/Dex.h | 20 ++-------
clangd/index/dex/dexp/Dexp.cpp | 2 +-
clangd/tool/ClangdMain.cpp | 72 ++++++++++++++++++++++++++++---
test/clangd/Inputs/sstream.h | 3 --
test/clangd/Inputs/symbols.test.yaml | 17 ++++++++
test/clangd/protocol.test | 4 +-
test/clangd/symbols.test | 10 ++---
unittests/clangd/BackgroundIndexTests.cpp | 4 +-
unittests/clangd/CodeCompleteTests.cpp | 10 ++---
unittests/clangd/DexTests.cpp | 44 ++++++++-----------
unittests/clangd/FileIndexTests.cpp | 4 +-
unittests/clangd/FindSymbolsTests.cpp | 1 -
unittests/clangd/IndexTests.cpp | 4 +-
unittests/clangd/SymbolCollectorTests.cpp | 42 ++++++------------
unittests/clangd/TestTU.cpp | 3 +-
29 files changed, 188 insertions(+), 236 deletions(-)
delete mode 100644 test/clangd/Inputs/sstream.h
create mode 100644 test/clangd/Inputs/symbols.test.yaml
--
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-8-branch
in repository gcc.
from a8dfe19f3b0 Daily bump.
new 17b46dadecb PR libstdc++/87520 Always pass type-punned type_info reference
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:
libstdc++-v3/ChangeLog | 16 ++++++++++++++++
libstdc++-v3/include/bits/shared_ptr_base.h | 24 +++++++++++-------------
2 files changed, 27 insertions(+), 13 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-aarch64-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 13d737c2f9 Automatic date update in version.in
adds 1eef9d87da Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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 ab518ce813d [llvm-mca] Fix an invalid memory read introduced by r346487.
new fb147dee9d5 [llvm-mca] Use a SmallVector instead of std::vector to trac [...]
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:
tools/llvm-mca/include/Instruction.h | 13 ++++++-------
tools/llvm-mca/lib/Instruction.cpp | 7 +++++--
2 files changed, 11 insertions(+), 9 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 0718def197 Revert rL347462 "[ASTMatchers] Add hasSideEffect() matcher."
new 33b30eb6d6 [clang-format] Do not treat asm clobber [ as ObjCExpr, refined
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/Format/TokenAnnotator.cpp | 11 ++++++-----
unittests/Format/FormatTest.cpp | 24 ++++++++++++++++++++++++
2 files changed, 30 insertions(+), 5 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 b51523c4af8 2018-11-22 Richard Biener <rguenther(a)suse.de>
new f98495d90ba PR85434: Prevent spilling of stack protector guard's addres [...]
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 | 49 ++++++++
gcc/cfgexpand.c | 17 +++
gcc/config/arm/arm-protos.h | 4 +-
gcc/config/arm/arm.c | 87 ++++++++++----
gcc/config/arm/arm.md | 163 ++++++++++++++++++++++++++-
gcc/config/arm/predicates.md | 17 +++
gcc/config/arm/thumb1.md | 13 +++
gcc/config/arm/unspecs.md | 3 +
gcc/doc/md.texi | 55 +++++++--
gcc/function.c | 32 ++++--
gcc/target-insns.def | 2 +
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/arm/pr85434.c | 200 +++++++++++++++++++++++++++++++++
13 files changed, 603 insertions(+), 43 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr85434.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/gcc.
from d60f17f9dbd Daily bump.
adds a8dfe19f3b0 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.