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 5808de2f [clangd] Simplify client capabilities parsing.
new e8c02f3f [clangd] Rename and move trivial logger to Logger.cpp. NFC
new b1ca0105 [clangd] Hide unused function. 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:
clangd/ClangdLSPServer.h | 1 -
clangd/JSONRPCDispatcher.cpp | 22 ++--------------------
clangd/JSONRPCDispatcher.h | 20 --------------------
clangd/Logger.cpp | 15 +++++++++++++++
clangd/Logger.h | 17 +++++++++++++++++
clangd/tool/ClangdMain.cpp | 2 +-
6 files changed, 35 insertions(+), 42 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 989d22ef0a2 /cp 2018-10-17 Paolo Carlini <paolo.carlini(a)oracle.com>
new 4da8d4084e6 2018-10-17 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 2 +-
gcc/cp/tree.c | 3 +++
2 files changed, 4 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.
unknown user pushed a change to branch master
in repository lldb.
from 392d3534b Delete commented-out code.
new 149279cfc [LLDB] - Add support for DW_RLE_start_end entries (.debug_rnglists)
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:
.../Inputs/debug_rnglist_rlestartend.yaml | 49 ++++++++++++++++++++++
lit/Breakpoint/debug_rnglist_rlestartend.test | 28 +++++++++++++
.../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 9 +++-
3 files changed, 85 insertions(+), 1 deletion(-)
create mode 100644 lit/Breakpoint/Inputs/debug_rnglist_rlestartend.yaml
create mode 100644 lit/Breakpoint/debug_rnglist_rlestartend.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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from e94df0cc [clang-doc] Limit integration tests
new 0f00b1d6 [clangd] Refactor JSON-over-stdin/stdout code into Transport [...]
new 5808de2f [clangd] Simplify client capabilities parsing.
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/CMakeLists.txt | 1 +
clangd/ClangdLSPServer.cpp | 74 ++---
clangd/ClangdLSPServer.h | 20 +-
clangd/JSONRPCDispatcher.cpp | 301 ++++-----------------
clangd/JSONRPCDispatcher.h | 67 ++---
clangd/JSONTransport.cpp | 298 ++++++++++++++++++++
clangd/Protocol.cpp | 113 +++-----
clangd/Protocol.h | 143 +++-------
clangd/ProtocolHandlers.cpp | 1 +
clangd/Transport.h | 92 +++++++
clangd/tool/ClangdMain.cpp | 19 +-
.../compile-commands-path-in-initialize.test | 2 +
test/clangd/completion-snippets.test | 2 +
test/clangd/completion.test | 2 +
test/clangd/crash-non-added-files.test | 2 +
test/clangd/execute-command.test | 2 +
test/clangd/input-mirror.test | 3 +
test/clangd/signature-help.test | 2 +
test/clangd/textdocument-didchange-fail.test | 2 +
test/clangd/trace.test | 2 +
test/clangd/xrefs.test | 2 +
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/JSONTransportTests.cpp | 202 ++++++++++++++
23 files changed, 820 insertions(+), 533 deletions(-)
create mode 100644 clangd/JSONTransport.cpp
create mode 100644 clangd/Transport.h
create mode 100644 unittests/clangd/JSONTransportTests.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 5b50831ea85 2018-10-17 Paul Thomas <pault(a)gcc.gnu.org>
new 989d22ef0a2 /cp 2018-10-17 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr84705.C | 13 +++++++++++++
3 files changed, 25 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr84705.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 5090f032e2f Document the behavior of option passing when using -DCLANG_ [...]
new 5e40c8ba6a0 [ARM][NFCI] Do not fuse VADD and VMUL, continued (1/2)
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/Target/ARM/ARMInstrInfo.td | 9 ++++---
lib/Target/ARM/ARMInstrNEON.td | 20 ++++++++--------
lib/Target/ARM/ARMInstrVFP.td | 54 +++++++++++++++++++++---------------------
test/CodeGen/ARM/fmacs.ll | 7 +++---
4 files changed, 45 insertions(+), 45 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 089dd6e6862 Daily bump.
new 5b50831ea85 2018-10-17 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 11 +++++++++++
gcc/fortran/resolve.c | 18 ++++++++++++++++++
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/gfortran.dg/associate_44.f90 | 23 +++++++++++++++++++++++
gcc/testsuite/gfortran.dg/select_type_45.f90 | 22 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/select_type_46.f90 | 21 +++++++++++++++++++++
6 files changed, 108 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/associate_44.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_type_45.f90
create mode 100644 gcc/testsuite/gfortran.dg/select_type_46.f90
--
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 f9a2e44cd97 Daily bump.
new 8fdf7be2493 2018-10-17 Richard Biener <rguenther(a)suse.de>
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/gimple-ssa-backprop.c | 10 ++++------
2 files changed, 13 insertions(+), 6 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 compiler-rt.
from 0492c25c2 [XRay] Use fully qualified name for LogWriter
new 891cf3d53 [XRay][compiler-rt] Generational Buffer Management
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/xray/tests/unit/buffer_queue_test.cc | 116 +++++++++++++++++++++++-
lib/xray/xray_buffer_queue.cc | 150 +++++++++++++++++++------------
lib/xray/xray_buffer_queue.h | 21 +++++
lib/xray/xray_fdr_logging.cc | 8 +-
4 files changed, 233 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.