This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master
in repository clang-tools-extra.
from f6d4ce13 [clangd] Ensure that we reply to each call exactly once. NFC [...]
new c7e755b5 [clangd] When replying, log the method name and latency.
new c0ba1826 [clangd] Do not query index for new name completions.
new 7849336b [clang-tidy] Add the abseil-duration-factory-float check
new 708dcc92 Fix MSVC "truncation from 'double' to 'float'" warnings. NFCI.
new 76b48610 [clant-tidy] abseil: Add clangTooling to CMakeLists.txt
new c6fa81d5 [clang-query] Re-word command help
new 07a590ce [clang-query] Add 'detailed-ast' output as an alias for 'dump'
new 00131bdc [clang-query] Refactor Output settings to booleans
new c084439b Fix test to work on Windows.
new 266e46e6 [clangd] Don't invalidate LSP-set compile commands when closi [...]
new 55255495 [clangd] Fix -compile-commands-dir flag, broken in r345031
new ace65d0e [clangd] Remove unused CDB function. NFC
new ba5611ab [clangd] Clean up LSP structs around configuration. NFC, no p [...]
new 3a48eb2b [clangd] workspace/symbol should be async, it reads from the index.
The 14 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-query/Query.cpp | 29 +++--
clang-query/Query.h | 20 +++-
clang-query/QueryParser.cpp | 20 +++-
clang-query/QuerySession.h | 9 +-
clang-tidy/abseil/AbseilTidyModule.cpp | 3 +
clang-tidy/abseil/CMakeLists.txt | 2 +
clang-tidy/abseil/DurationFactoryFloatCheck.cpp | 106 ++++++++++++++++
clang-tidy/abseil/DurationFactoryFloatCheck.h | 38 ++++++
clangd/ClangdLSPServer.cpp | 92 ++++++--------
clangd/ClangdLSPServer.h | 6 +-
clangd/ClangdServer.cpp | 11 +-
clangd/CodeComplete.cpp | 10 +-
clangd/GlobalCompilationDatabase.cpp | 11 --
clangd/GlobalCompilationDatabase.h | 7 --
clangd/Protocol.cpp | 22 ++--
clangd/Protocol.h | 32 +++--
clangd/Quality.cpp | 6 +-
clangd/TUScheduler.cpp | 6 +
clangd/TUScheduler.h | 3 +
clangd/index/SymbolCollector.cpp | 2 +-
docs/ReleaseNotes.rst | 7 ++
.../checks/abseil-duration-factory-float.rst | 29 +++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/abseil-duration-factory-float.cpp | 133 +++++++++++++++++++++
unittests/clang-query/QueryEngineTest.cpp | 5 +-
unittests/clang-query/QueryParserTest.cpp | 13 +-
unittests/clangd/ClangdUnitTests.cpp | 8 +-
unittests/clangd/CodeCompleteTests.cpp | 9 ++
unittests/clangd/TUSchedulerTests.cpp | 12 ++
29 files changed, 511 insertions(+), 141 deletions(-)
create mode 100644 clang-tidy/abseil/DurationFactoryFloatCheck.cpp
create mode 100644 clang-tidy/abseil/DurationFactoryFloatCheck.h
create mode 100644 docs/clang-tidy/checks/abseil-duration-factory-float.rst
create mode 100644 test/clang-tidy/abseil-duration-factory-float.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.
git pushed a change to branch master
in repository lld.
from f11022f0c Split a function. NFC.
new 8e17df4c4 Refactor assignFileOffsets. NFC.
new 06426b805 Include input section name and output section name in an erro [...]
new f40ac4945 Add a comment for PPC64 .toc and GNU relro.
new b353a6a05 Add more blank lines so that code doesn't look too dense. NFC.
new af6d81052 Do not call computeIsPreemptible() if its result is discarded. NFC.
new 1182f35ea Remove full stops from error messages for consistency.
The 6 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:
ELF/Driver.cpp | 8 +--
ELF/Writer.cpp | 115 +++++++++++++++++++------------
test/ELF/aarch64-cortex-a53-843419-cli.s | 2 +-
test/ELF/arm-blx-v4t.s | 2 +-
test/ELF/execute-only-mixed-data.s | 2 +-
test/ELF/mips-gnu-hash.s | 2 +-
test/ELF/ppc64-tocopt-option.s | 2 +-
7 files changed, 79 insertions(+), 54 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.
git pushed a change to branch master
in repository glibc.
from a27a4f4721 Y2038: provide size of default time_t for target architecture
new 2954daf00b Add more checks for valid ld.so.cache file (bug 18093)
new 2a973ab7f1 posix: Add internal symbols for posix_spawn interface
new 97d91fccc8 Fix date typo in ChangeLog
new d51f99ce80 Y2038: Add 64-bit time for all architectures
new b71ac2b9ce Use gen-libm-test.py to generate ulps table for manual.
new d026efea0f hurd: XFAIL absence of C11 threads implementation
new 41432ebe15 elf: Fix the ld flags not be applied to tst-execstack-mod.so
new 5b784e8834 Add new ELF note types from Linux 4.19 to elf.h.
new 7c5e34d7f1 conform: XFAIL siginfo_t si_band test on sparc64
new fe61f17cfc Add IN_MASK_CREATE from Linux 4.19 to sys/inotify.h.
The 10 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 | 93 ++++++++++
INSTALL | 5 +-
NEWS | 2 +-
.../linux/mips/bits/msq-pad.h => bits/time64.h | 23 ++-
conform/data/signal.h-data | 3 +-
conform/data/sys/wait.h-data | 3 +-
elf/Makefile | 2 +-
elf/cache.c | 5 +
elf/dl-cache.c | 5 +-
elf/elf.h | 2 +
include/spawn.h | 35 ++++
include/time.h | 6 +-
manual/Makefile | 12 +-
manual/install.texi | 5 +-
manual/libm-err-tab.pl | 206 ---------------------
math/gen-libm-test.py | 96 ++++++++++
posix/bits/types.h | 8 +
posix/spawn.c | 1 +
posix/spawn_faction_addclose.c | 6 +-
posix/spawn_faction_adddup2.c | 6 +-
posix/spawn_faction_destroy.c | 4 +-
posix/spawn_faction_init.c | 3 +-
posix/spawnattr_destroy.c | 3 +-
posix/spawnattr_init.c | 3 +-
posix/spawnattr_setdefault.c | 5 +-
posix/spawnattr_setflags.c | 3 +-
posix/spawnattr_setsigmask.c | 3 +-
stdlib/Makefile | 2 +-
sysdeps/mach/hurd/i386/Makefile | 4 +
sysdeps/unix/sysv/linux/sparc/bits/siginfo-arch.h | 7 +-
sysdeps/unix/sysv/linux/sparc/sparc64/Makefile | 5 +
sysdeps/unix/sysv/linux/sys/inotify.h | 1 +
time/tzfile.c | 18 +-
33 files changed, 328 insertions(+), 257 deletions(-)
copy sysdeps/unix/sysv/linux/mips/bits/msq-pad.h => bits/time64.h (60%)
delete mode 100755 manual/libm-err-tab.pl
--
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.
git pushed a change to branch gdb-8.2-branch
in repository binutils-gdb.
from 77e4a39803 Automatic date update in version.in
new f33a116a14 Automatic date update in version.in
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:
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.
git pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 99575d4a79 Automatic date update in version.in
adds 232fe1c86e 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.
git pushed a change to branch gcc-8-branch
in repository gcc.
from 464a2fb2643 2018-10-24 Richard Biener <rguenther(a)suse.de>
adds d09a6c1d743 Daily bump.
adds 0a33009a00e 2018-10-25 Richard Biener <rguenther(a)suse.de>
new 62c82d0e8e5 PR libstdc++/87749 fix (and optimize) string move construction
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 | 7 ++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gfortran.dg/20181025-1.f | 28 ++++++++
gcc/tree-vectorizer.h | 60 +++++-----------
libstdc++-v3/ChangeLog | 16 +++++
libstdc++-v3/include/bits/basic_string.h | 21 ++++--
.../basic_string/modifiers/assign/char/87749.cc | 78 +++++++++++++++++++++
.../modifiers/assign/char/move_assign_optim.cc} | 22 +++---
.../basic_string/modifiers/assign/wchar_t/87749.cc | 79 ++++++++++++++++++++++
.../modifiers/assign/wchar_t/move_assign_optim.cc} | 22 +++---
11 files changed, 272 insertions(+), 69 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/20181025-1.f
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...]
copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 21_strings/basic_string/modi [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...]
copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 21_strings/basic_string/modi [...]
--
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.
git pushed a change to branch gcc-7-branch
in repository gcc.
from 9f5819d1e60 Daily bump.
new 3657e124053 Daily bump.
new d3a941337da PR libstdc++/87749 fix (and optimize) string move construction
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/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 16 +++++
libstdc++-v3/include/bits/basic_string.h | 21 ++++--
.../basic_string/modifiers/assign/char/87749.cc | 78 +++++++++++++++++++++
.../modifiers/assign/char/move_assign_optim.cc} | 22 +++---
.../basic_string/modifiers/assign/wchar_t/87749.cc | 79 ++++++++++++++++++++++
.../modifiers/assign/wchar_t/move_assign_optim.cc} | 22 +++---
7 files changed, 213 insertions(+), 27 deletions(-)
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...]
copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 21_strings/basic_string/modi [...]
create mode 100644 libstdc++-v3/testsuite/21_strings/basic_string/modifiers/assign [...]
copy libstdc++-v3/testsuite/{20_util/pair/86751.cc => 21_strings/basic_string/modi [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.