This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 981ceb83bd0 [DA] DivergenceAnalysis for unstructured, reducible CFGs
new c7fe2166e90 DivergenceAnalysisTest: fix use of uninitialized memory
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:
unittests/Analysis/DivergenceAnalysisTest.cpp | 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 gcc.
from 73061437c48 2018-10-18 Richard Biener <rguenther(a)suse.de>
new 94a4c178971 Call simplify_gen_subreg to simplify subreg of vec_merge
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/simplify-rtx.c | 13 +++++++------
2 files changed, 12 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 clang-tools-extra.
from 32b375b1 [clangd] Names that are not spelled in source code are reserved.
new 3843e82a [clangd] Lay JSONRPCDispatcher to rest.
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/CMakeLists.txt | 2 -
clangd/ClangdLSPServer.cpp | 515 ++++++++++++++-------
clangd/ClangdLSPServer.h | 82 ++--
clangd/JSONRPCDispatcher.cpp | 208 ---------
clangd/JSONRPCDispatcher.h | 95 ----
clangd/ProtocolHandlers.cpp | 80 ----
clangd/ProtocolHandlers.h | 67 ---
clangd/TUScheduler.cpp | 9 +-
clangd/tool/ClangdMain.cpp | 3 +-
test/clangd/crash-non-added-files.test | 2 -
.../clangd/delimited-input-comment-at-the-end.test | 3 +-
test/clangd/fixits-command.test | 2 +-
test/clangd/rename.test | 2 +-
test/clangd/spaces-in-delimited-input.test | 2 +-
14 files changed, 411 insertions(+), 661 deletions(-)
delete mode 100644 clangd/JSONRPCDispatcher.cpp
delete mode 100644 clangd/JSONRPCDispatcher.h
delete mode 100644 clangd/ProtocolHandlers.cpp
delete mode 100644 clangd/ProtocolHandlers.h
--
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 3f4b6b43d08 2018-10-18 Richard Biener <rguenther(a)suse.de>
new 73061437c48 2018-10-18 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 | 4 ++++
gcc/config/i386/i386.c | 3 ++-
2 files changed, 6 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 clang-tools-extra.
from c2758dd1 [clangd] Encode Line/Column as a 32-bits integer.
new 32b375b1 [clangd] Names that are not spelled in source code are reserved.
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/AST.cpp | 40 +++++++++++++++++++------------
clangd/AST.h | 5 ++++
clangd/Quality.cpp | 5 ++++
clangd/Quality.h | 1 +
clangd/index/Index.h | 2 ++
clangd/index/SymbolCollector.cpp | 2 ++
unittests/clangd/QualityTests.cpp | 21 ++++++++++++++++
unittests/clangd/SymbolCollectorTests.cpp | 18 ++++++++++++++
8 files changed, 79 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.