This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3d4af35 The PR that caused this test ot fail was fixed in July, remov [...]
new 0e16856 Remove unused variable.
new bcceb86 Remove a stray dump().
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:
source/Expression/IRExecutionUnit.cpp | 2 --
source/Interpreter/OptionValueEnumeration.cpp | 1 -
2 files changed, 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 c99e5f9 Visually align table def with respective enum. NFC
new 70d1335 Turn ArchName/BoundArch in Driver from raw pointer to StringR [...]
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/Driver/Action.h | 6 +++---
include/clang/Driver/Compilation.h | 7 ++++---
include/clang/Driver/Driver.h | 9 ++++-----
include/clang/Driver/ToolChain.h | 2 +-
lib/Driver/Action.cpp | 2 +-
lib/Driver/Compilation.cpp | 10 ++++------
lib/Driver/Driver.cpp | 18 +++++++++---------
lib/Driver/MSVCToolChain.cpp | 2 +-
lib/Driver/ToolChains.cpp | 16 ++++++++--------
lib/Driver/ToolChains.h | 8 ++++----
10 files changed, 39 insertions(+), 41 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 45a9570 Remove MSVC workarounds. Patch from STL(a)microsoft.com
new 2c429be Fix various issues in std::any and the related tests.
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/any | 108 +++++++++-----------
include/type_traits | 5 +
.../any/any.class/any.assign/move.pass.cpp | 16 ++-
.../any/any.class/any.assign/value.pass.cpp | 14 ++-
.../utilities/any/any.class/any.cons/copy.pass.cpp | 2 +-
.../any/any.class/any.cons/in_place_type.pass.cpp | 46 ++++++++-
.../utilities/any/any.class/any.cons/move.pass.cpp | 6 +-
.../any/any.class/any.cons/value.pass.cpp | 30 +-----
.../any/any.class/any.modifiers/emplace.pass.cpp | 11 ++-
.../any/any.class/any.modifiers/swap.pass.cpp | 32 ++++++
.../any.cast/any_cast_reference.pass.cpp | 110 +++------------------
.../any.cast/const_correctness.fail.cpp | 12 ++-
.../any.cast/not_copy_constructible.fail.cpp | 25 +++--
.../rvalue_any_cast_request_lvalue.fail.cpp | 36 +++++++
.../utilities/any/any.nonmembers/make_any.pass.cpp | 4 +-
test/support/any_helpers.h | 61 ------------
test/support/test_macros.h | 2 +
17 files changed, 244 insertions(+), 276 deletions(-)
create mode 100644 test/std/utilities/any/any.nonmembers/any.cast/rvalue_any_cast_ [...]
--
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 4076953 cp/ PR c++/64433 DR1658, DR1611 * init.c (emit_mem_initia [...]
new 90a2ad0 2016-10-07 Fritz Reese <fritzoreese(a)gmail.com>
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/fortran/ChangeLog | 4 ++
gcc/fortran/interface.c | 11 ++++++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gfortran.dg/dec_union_11.f90 | 63 ++++++++++++++++++++++++++++++
4 files changed, 82 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/dec_union_11.f90
--
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 zorg.
from 0035b5d Added build factories for the unified tree builder.
new 0f5bce4 Fix not callable
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:
zorg/jenkins/build.py | 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 clang.
from 5820bd6 Revert r283572 - [Driver] Make -print-libgcc-file-name print [...]
new c99e5f9 Visually align table def with respective enum. 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:
include/clang/Basic/DiagnosticSemaKinds.td | 62 +++++++++++++++++++++---------
1 file changed, 43 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 llvm.
from 7e1f502 [DAG] move fold (select C, 0, 1 -> xor C, 1) to a helper func [...]
new b6ae30c [InstCombine] Don't unpack arrays that are too large
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/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 7 +++++++
test/Transforms/InstCombine/unpack-fca.ll | 8 ++++++++
2 files changed, 15 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 2498141 [ubsan] More 0 -> nullptr conversions (NFC)
new 9b14960 [esan] Fix ESan test failure on Debian Sid bot
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/esan/esan_interceptors.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 llvm.
from b44dba3 AMDGPU/SI: Add support for 8-byte relocations
new 7e1f502 [DAG] move fold (select C, 0, 1 -> xor C, 1) to a helper func [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 47 +++++++++++++++++++++-----------
1 file changed, 31 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 zorg.
from 52aa251 Added MakeCommand.
new ef133e8 Refactored to support extra options.
new 0035b5d Added build factories for the unified tree builder.
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:
zorg/buildbot/builders/UnifiedTreeBuilder.py | 272 +++++++++++++++++++++++++++
zorg/buildbot/commands/CmakeCommand.py | 29 ++-
2 files changed, 298 insertions(+), 3 deletions(-)
create mode 100644 zorg/buildbot/builders/UnifiedTreeBuilder.py
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.