This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ab82a45 Add llvm::enumerate() to STLExtras.
new a481451 Revert "Add llvm::enumerate() to STLExtras."
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:
include/llvm/ADT/STLExtras.h | 67 -----------------------------------------
unittests/ADT/STLExtrasTest.cpp | 49 ------------------------------
2 files changed, 116 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 4920473 Don't use internal symbolizer if we are in process of reporti [...]
new 5d910eb Remove Google specific code.
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/sanitizer_common/symbolizer/sanitizer_wrappers.cc | 7 -------
1 file changed, 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 lld.
from 8a4f89a Use StringSwitch::Cases. NFC.
new d5abf8d Break long line. NFC.
new 7c9bf14 Add comments.
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:
ELF/InputFiles.cpp | 17 ++++++++++-------
test/ELF/linkerscript/repsection-symbol.s | 4 +++-
2 files changed, 13 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 llvm.
from 8a50db9 [InstCombine] fix function names; NFC
new ab82a45 Add llvm::enumerate() to STLExtras.
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:
include/llvm/ADT/STLExtras.h | 67 +++++++++++++++++++++++++++++++++++++++++
unittests/ADT/STLExtrasTest.cpp | 49 ++++++++++++++++++++++++++++++
2 files changed, 116 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 lldb.
from 5c6d397 Don't expect new-style Objective-C literals to work on i386 w [...]
new 201ada5 [CMake] LLDB/Expression needs to depend on intrinsics_gen
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:
source/Expression/CMakeLists.txt | 4 ++++
1 file changed, 4 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 7473e4c [sancov] removing html report option test, the option doesn't [...]
new 4920473 Don't use internal symbolizer if we are in process of reporti [...]
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/asan/asan_allocator.cc | 7 +++----
lib/msan/msan_allocator.cc | 4 ++--
lib/sanitizer_common/sanitizer_allocator.cc | 11 +++++++++--
lib/sanitizer_common/sanitizer_allocator.h | 7 ++++++-
lib/sanitizer_common/sanitizer_allocator_combined.h | 15 +++++++++------
lib/sanitizer_common/sanitizer_allocator_secondary.h | 19 +++++++++++++------
.../sanitizer_symbolizer_posix_libcdep.cc | 4 +++-
lib/scudo/scudo_allocator.cpp | 10 +++++-----
lib/scudo/scudo_allocator_secondary.h | 10 ++++++++--
lib/tsan/rtl/tsan_mman.cc | 4 ++--
10 files changed, 60 insertions(+), 31 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 697791e Remove HasError check after lto::LTO::run.
new 8a4f89a Use StringSwitch::Cases. 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:
tools/lld/lld.cpp | 4 +---
1 file changed, 1 insertion(+), 3 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 cc732a2 [Coroutines] Fix assertion about uncorrected typos in co_awai [...]
new bec0fbe P0035R4: add std::align_val_t overloads of operator new/delet [...]
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:
include/clang/Sema/Sema.h | 8 ++-
lib/AST/DeclCXX.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 24 ++++++---
lib/Sema/SemaDeclCXX.cpp | 4 ++
lib/Sema/SemaExprCXX.cpp | 102 +++++++++++++++++++++------------------
lib/Serialization/ASTReader.cpp | 8 +--
lib/Serialization/ASTWriter.cpp | 3 +-
test/CXX/drs/dr5xx.cpp | 6 +++
test/PCH/cxx1z-aligned-alloc.cpp | 35 ++++++++++++++
9 files changed, 132 insertions(+), 60 deletions(-)
create mode 100644 test/PCH/cxx1z-aligned-alloc.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.
unknown user pushed a change to branch master
in repository lld.
from 7db4358 Keep a private member private.
new ce26de6 Don't put ro before rx when using linker scripts.
new 697791e Remove HasError check after lto::LTO::run.
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:
ELF/LTO.cpp | 11 +++--------
ELF/Writer.cpp | 17 +++++++++++------
test/ELF/linkerscript/merge-sections.s | 1 +
test/ELF/linkerscript/no-space.s | 2 +-
test/ELF/linkerscript/non-alloc.s | 2 +-
test/ELF/linkerscript/sections-constraint.s | 2 +-
test/ELF/linkerscript/sections-keep.s | 22 +++++++++++-----------
test/ELF/linkerscript/sections-sort.s | 10 +++++-----
test/ELF/linkerscript/sort-non-script.s | 4 ++--
test/ELF/linkerscript/va.s | 6 +++---
10 files changed, 39 insertions(+), 38 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 931e3ca List more sections in linker script.
new 7db4358 Keep a private member private.
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/LTO.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.