This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 11fccd4935 [analyzer] Do not crash in CallEvent.getReturnType()
new b6f2fc5248 [C++17] Fix class template argument deduction for default co [...]
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/Sema/SemaDecl.cpp | 18 ++++++++++++++----
.../dcl.spec/dcl.type/dcl.type.class.deduct/p1.cpp | 5 +++--
.../Parser/cxx1z-class-template-argument-deduction.cpp | 3 +--
3 files changed, 18 insertions(+), 8 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 binutils-gdb.
from 9a96cf3834 Automatic date update in version.in
new bce02d8884 aarch64: Make "info address" resolve TLS variables
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:
gdb/ChangeLog | 6 ++++++
gdb/minsyms.c | 17 +++--------------
gdb/minsyms.h | 2 +-
3 files changed, 10 insertions(+), 15 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 b97c8e64c6e [X86] Add a DAG combine to simplify PMULDQ/PMULUDQ nodes
new 0a0437fc09e Add REQUIRES lines for the targets being checked in this test.
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:
test/MC/ELF/cfi-large-model.s | 3 +++
1 file changed, 3 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 compiler-rt.
from 4c143ffe6 Remove duplicated const qualifier.
new 415174586 [HWASan] Fix use-after-free.cc test on x86-64
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:
test/hwasan/TestCases/use-after-free.cc | 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 llvm.
from 39974018fc6 Allow FDE references outside the +/-2GB range supported by [...]
new b97c8e64c6e [X86] Add a DAG combine to simplify PMULDQ/PMULUDQ nodes
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/X86/X86ISelLowering.cpp | 29 +++++++++++++++++++++++++++++
test/CodeGen/X86/vector-mul.ll | 34 ++++++++++++++++------------------
2 files changed, 45 insertions(+), 18 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 519b97132a [ODRHash] Support pointer and reference types.
new 11fccd4935 [analyzer] Do not crash in CallEvent.getReturnType()
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/StaticAnalyzer/Core/CallEvent.cpp | 8 +++++---
.../Inputs/system-header-simulator-for-nullability-cxx.h | 9 +++++++++
test/Analysis/trustnonnullchecker_test.mm | 9 +++++++++
3 files changed, 23 insertions(+), 3 deletions(-)
create mode 100644 test/Analysis/Inputs/system-header-simulator-for-nullability-cxx.h
create mode 100644 test/Analysis/trustnonnullchecker_test.mm
--
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 3fe656f586 [libFuzzer] Use OptForFuzzing attribute with -fsanitize=fuzzer.
new 519b97132a [ODRHash] Support pointer and reference types.
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/AST/ODRHash.cpp | 18 +++++++
test/Modules/odr_hash.cpp | 122 ++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 140 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 compiler-rt.
from 2f90bfba8 [HWASan] Port HWASan to Linux x86-64 (compiler-rt)
new 4c143ffe6 Remove duplicated const qualifier.
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/hwasan/hwasan_linux.cc | 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 lld.
from 9251b04ac Do not add a dummy entry to SharedFile::Verdefs. NFC.
new 81ad78615 Add a SectionBase::getVA helper. 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:
ELF/AArch64ErrataFix.cpp | 6 +++---
ELF/InputSection.cpp | 12 ++++++++----
ELF/InputSection.h | 2 ++
ELF/MapFile.cpp | 3 +--
ELF/Relocations.cpp | 2 +-
ELF/Symbols.cpp | 6 ++----
ELF/SyntheticSections.cpp | 11 ++++-------
7 files changed, 21 insertions(+), 21 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 lld.
from 1bd832c48 Move a Repl access.
new 9251b04ac Do not add a dummy entry to SharedFile::Verdefs. 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:
ELF/InputFiles.cpp | 12 ++++--------
ELF/SyntheticSections.cpp | 5 +++--
2 files changed, 7 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.