This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 19c4de7902 Automatic date update in version.in
new 70f702dbce Automatic date update in version.in
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:
bfd/version.h | 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 71cd6a6292c Fix initialization order of class members.
new e22326d7b4a Fix some ArgList uses after API change in r300135.
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/LibDriver/LibDriver.cpp | 2 +-
unittests/Option/OptionParsingTest.cpp | 8 ++++----
2 files changed, 5 insertions(+), 5 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 libcxx.
from 87fd9b23 Fix test failures with older Clang versions
new db14bcc5 [libcxx] Fix __compressed_pair so it doesn't copy the argumen [...]
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/__hash_table | 10 +-
include/memory | 429 +++++++--------------
include/string | 28 +-
.../unique.ptr.runtime.ctor/default01.fail.cpp | 27 +-
4 files changed, 181 insertions(+), 313 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 lldb.
from a5d7452c3 [NFC] Adding a new wrapper for getaddrinfo
new 13db56fe1 Use two LC_NOTE load commands for identifying the main binary [...]
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/lldb/Symbol/ObjectFile.h | 27 +++++
.../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 111 ++++++++++++++++++++-
source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 3 +
.../Plugins/Process/mach-core/ProcessMachCore.cpp | 25 ++++-
4 files changed, 156 insertions(+), 10 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 e05ab25f5dd ArgList: cache index ranges containing arguments with each ID
new 71cd6a6292c Fix initialization order of class members.
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/DebugInfo/PDB/UDTLayout.h | 4 ++--
lib/DebugInfo/PDB/UDTLayout.cpp | 4 ++--
2 files changed, 4 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 clang.
from 87e869da7e [clang-cl] Make all sanitizer flags available in clang-cl
new b4bf2bab1d Update to match LLVM r300135.
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/Driver/ToolChains/Darwin.cpp | 3 ++-
test/Driver/response-file.c | 2 --
2 files changed, 2 insertions(+), 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 libcxx.
from 9bd669bd Additional test file for r300123
new 7b41c797 [libc++] Implement LWG 2911 - add an is_aggregate type-trait
new 87fd9b23 Fix test failures with older Clang versions
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:
include/__config | 10 ++-
include/type_traits | 16 +++++
.../missing_is_aggregate_trait.fail.cpp} | 17 +++--
.../get_deleter.pass.cpp | 2 +
.../get_deleter.pass.cpp | 2 +
.../meta.unary.prop/is_aggregate.pass.cpp | 79 ++++++++++++++++++++++
www/cxx1z_status.html | 2 +-
7 files changed, 120 insertions(+), 8 deletions(-)
copy test/{std/utilities/optional/optional.bad_optional_access/default.pass.cpp => [...]
create mode 100644 test/std/utilities/meta/meta.unary/meta.unary.prop/is_aggregate [...]
--
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 effbf0513 Make a few tests shorter. NFC.
new 6ec2739fc Remove useless 0x prefixes.
new bd3bb5547 Remove redundant spaces.
new 04019261e Make intentional typos look more obvious.
new 4e07af659 Allow expressions in MEMORY command.
The 4 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/ScriptParser.cpp | 7 +------
test/ELF/linkerscript/memory.s | 20 ++++++++++----------
2 files changed, 11 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 llvm.
from f31bea8f808 [IR] Make AttributeSet constructor from AttributeSetNode* explicit
new b25869aa9e7 [InstSimplify] Don't try to constant fold AllocaInsts since [...]
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/Analysis/InstructionSimplify.cpp | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.