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 235655bd [clangd] Allow observation of changes to global CDBs.
new 35796d2d [clangd] Replay preamble #includes to clang-tidy checks.
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/ClangdUnit.cpp | 110 ++++++++++++++++++++++++++++++++++-
clangd/Diagnostics.cpp | 5 +-
clangd/Headers.cpp | 24 +++++---
clangd/Headers.h | 3 +
unittests/clangd/ClangdUnitTests.cpp | 15 ++++-
unittests/clangd/HeadersTests.cpp | 37 +++++++++---
6 files changed, 172 insertions(+), 22 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-8-branch
in repository gcc.
from bce8e6596cc PR rtl-optimization/85925 * rtl.h (word_register_operatio [...]
new eb8e54e8fb6 Backport r266277
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/lto/ChangeLog | 9 +++++++++
gcc/lto/lto-symtab.c | 5 +++--
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/lto/{20101009-2_0.c => pr88077_0.c} | 2 +-
gcc/testsuite/gcc.dg/lto/pr88077_1.c | 6 ++++++
5 files changed, 28 insertions(+), 3 deletions(-)
copy gcc/testsuite/gcc.dg/lto/{20101009-2_0.c => pr88077_0.c} (50%)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr88077_1.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-mainline-allnoconfig
in repository toolchain/gcc.
from 026cc7cda0c Make a workaround for PR gcov-profile/88045.
adds b96a695f2bf Daily bump.
adds bce8e6596cc PR rtl-optimization/85925 * rtl.h (word_register_operatio [...]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 ++++++++
gcc/DATESTAMP | 2 +-
gcc/combine.c | 1 +
gcc/rtl.h | 19 ++++++++++++++++
gcc/rtlanal.c | 29 ++++++++++++------------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.c-torture/execute/20181120-1.c | 26 +++++++++++++++++++++
7 files changed, 75 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/20181120-1.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 06a8a46e Address comments.
new 235655bd [clangd] Allow observation of changes to global CDBs.
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/Function.h | 77 ++++++++++++++++++++++
clangd/GlobalCompilationDatabase.cpp | 48 +++++++++-----
clangd/GlobalCompilationDatabase.h | 19 ++++--
unittests/clangd/CMakeLists.txt | 1 +
unittests/clangd/FunctionTests.cpp | 53 +++++++++++++++
.../clangd/GlobalCompilationDatabaseTests.cpp | 17 +++++
6 files changed, 195 insertions(+), 20 deletions(-)
create mode 100644 unittests/clangd/FunctionTests.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.