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 9c5eb38c [clangd] Fix (most) naming warnings from clang-tidy. NFC
new a92c9ad1 [clang-tidy] Fix llvm.org/PR38315 (support type aliases in mo [...]
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:
clang-tidy/modernize/ShrinkToFitCheck.cpp | 4 ++--
test/clang-tidy/modernize-shrink-to-fit.cpp | 13 +++++++++++++
2 files changed, 15 insertions(+), 2 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 c0a5214417 [analyzer] Fixed method to get APSInt model
new 6d3287506d [ASTMatchers] fix the missing documentation for new decltype [...]
new 6e40d51988 Allow thread safety annotation lock upgrading and downgrading.
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:
docs/LibASTMatchersReference.html | 25 ++++++++++++
lib/Analysis/ThreadSafety.cpp | 27 ++++++-------
test/SemaCXX/warn-thread-safety-analysis.cpp | 57 ++++++++++++++++++++++++++--
3 files changed, 90 insertions(+), 19 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 134017070 [sanitizer] Include signal.h instead of sys/signal.h
new a202b556c [tsan] Fix gcc pedantic warning
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/tsan/rtl/tsan_interceptors.cc | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 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 14ad4d704f7 Add linker_output as prefix for LTO temps (PR lto/86548).
new f0a39f48629 xfail experimental/memory_resource/new_delete_resource.cc o [...]
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 | 6 ++++++
.../testsuite/experimental/memory_resource/new_delete_resource.cc | 1 +
2 files changed, 7 insertions(+)
--
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 b5e320cbfa5 optimize std::vector move assignment
new 14ad4d704f7 Add linker_output as prefix for LTO temps (PR lto/86548).
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 | 6 ++++++
gcc/lto-wrapper.c | 14 +++++++++++++-
include/ChangeLog | 5 +++++
include/libiberty.h | 5 +++++
libiberty/ChangeLog | 8 ++++++++
libiberty/make-temp-file.c | 24 ++++++++++++++++++------
6 files changed, 55 insertions(+), 7 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 30a69656 [clangd] Proof-of-concept query iterators for Dex symbol index
new 9c5eb38c [clangd] Fix (most) naming warnings from clang-tidy. NFC
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 | 4 ++--
clangd/ClangdUnit.h | 2 +-
clangd/CodeComplete.cpp | 4 ++--
clangd/CodeCompletionStrings.cpp | 6 +++---
clangd/JSONRPCDispatcher.cpp | 8 ++++----
clangd/JSONRPCDispatcher.h | 2 +-
clangd/Protocol.cpp | 6 +++---
clangd/Quality.cpp | 16 ++++++++--------
clangd/TUScheduler.cpp | 6 +++---
clangd/XRefs.cpp | 32 +++++++++++++++----------------
clangd/index/Merge.cpp | 2 +-
clangd/index/SymbolYAML.cpp | 2 +-
clangd/index/SymbolYAML.h | 2 +-
clangd/tool/ClangdMain.cpp | 2 +-
unittests/clangd/SymbolCollectorTests.cpp | 6 +++---
unittests/clangd/TestTU.cpp | 2 +-
16 files changed, 51 insertions(+), 51 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 0778ac7258f [libgomp, nvptx] Add error with recompilation hint for laun [...]
new b5e320cbfa5 optimize std::vector move assignment
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 | 6 ++++++
libstdc++-v3/include/bits/stl_vector.h | 19 +++++++++++++++----
2 files changed, 21 insertions(+), 4 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 62ebba73cce combine: Another hard register problem (PR85805)
new 5fb2b8e843f [libgomp, nvptx] Move device property sampling from nvptx_e [...]
new 0778ac7258f [libgomp, nvptx] Add error with recompilation hint for laun [...]
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:
libgomp/ChangeLog | 15 ++++++++++
libgomp/plugin/plugin-nvptx.c | 68 ++++++++++++++++++++++++++-----------------
2 files changed, 56 insertions(+), 27 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 c78e9948f0 [ODRHash] Support hashing enums.
new c0a5214417 [analyzer] Fixed method to get APSInt model
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:
.../StaticAnalyzer/Core/PathSensitive/SMTSolver.h | 3 +-
lib/StaticAnalyzer/Core/Z3ConstraintManager.cpp | 41 ++++++++++------------
2 files changed, 20 insertions(+), 24 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 llvm.
from 078cc9c528c Revert "[COFF] Use comdat shared constants for MinGW as well"
new 4f48c840d00 [mips] Sign extend i32 return values on MIPS64
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/Mips/Mips64InstrInfo.td | 39 +++++++++++++++++++++++++++++++++
lib/Target/Mips/Mips64r6InstrInfo.td | 15 +++++++++++++
lib/Target/Mips/MipsISelLowering.cpp | 7 ++++++
lib/Target/Mips/MipsISelLowering.h | 3 +++
test/CodeGen/Mips/delay-slot-kill.ll | 2 --
test/CodeGen/Mips/llvm-ir/and.ll | 9 +++-----
test/CodeGen/Mips/llvm-ir/not.ll | 6 +++--
test/CodeGen/Mips/llvm-ir/or.ll | 21 +++++++++++-------
test/CodeGen/Mips/llvm-ir/select-int.ll | 7 +++---
test/CodeGen/Mips/llvm-ir/xor.ll | 18 +++++++--------
test/CodeGen/Mips/shrink-wrapping.ll | 12 ++++------
11 files changed, 101 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.