This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from de242d2 Fix Windows build - add return statement in SBThread::StepUsi [...]
new 89d4385 The lack of classes in the hash table is not an error - it's [...]
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:
.../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.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 compiler-rt.
from 2b1cb39 Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015
new bd3c4f9 Try to fix the ill.cc test on Linux
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/asan/TestCases/ill.cc | 2 ++
1 file changed, 2 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 7c3cd3b Mention the scripted thread plans in the python reference.
new de242d2 Fix Windows build - add return statement in SBThread::StepUsi [...]
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/API/SBThread.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 compiler-rt.
from d2fca48 Disable a few more flaky asan64 tests.
new 2b1cb39 Use %stdcxx11 instead of -std=c++11 so the test passes with VS 2015
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/asan/TestCases/coverage-pc-buffer.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 9c82886 [IRCE] Remove unused headers; NFC
new faa5bfd Fix a -Wunused-const-variable due to a bug in clang.
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/Support/YAMLTraits.h | 11 ++++++++---
1 file changed, 8 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 gcc.
from 2abf3c4 Improve forward jump threading of switch statements (PR18046)
new 2c3fddb Add std::apply for C++17
new 30c6089 Harmonize diagnostics for invalid reference binding
new 25d740b Daily bump.
The 3 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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 5 +
gcc/cp/call.c | 12 +--
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/conversion/pr16333.C | 2 +-
gcc/testsuite/g++.dg/conversion/pr41426.C | 2 +-
gcc/testsuite/g++.dg/conversion/pr66211.C | 2 +-
gcc/testsuite/g++.dg/cpp1y/lambda-init9.C | 2 +-
gcc/testsuite/g++.dg/init/ref8.C | 2 +-
gcc/testsuite/g++.old-deja/g++.law/cvt20.C | 2 +-
gcc/testsuite/g++.old-deja/g++.mike/p9732c.C | 2 +-
libstdc++-v3/ChangeLog | 18 ++++
libstdc++-v3/doc/html/manual/status.html | 14 ++-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 35 +++++++
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/invoke.h | 104 +++++++++++++++++++++
libstdc++-v3/include/experimental/tuple | 15 ++-
libstdc++-v3/include/std/functional | 52 +----------
libstdc++-v3/include/std/tuple | 22 +++++
.../tuple/apply.cc => 20_util/tuple/apply/1.cc} | 14 ++-
.../20_util/tuple/element_access/get_neg.cc | 2 +-
22 files changed, 242 insertions(+), 79 deletions(-)
create mode 100644 libstdc++-v3/include/bits/invoke.h
copy libstdc++-v3/testsuite/{experimental/tuple/apply.cc => 20_util/tuple/apply/1. [...]
--
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 gcc-6-branch
in repository gcc.
from 40d5fec PR c++/68724 * pt.c (unify): TRAIT_EXPR is an expr.
new e7f9221 Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from 9d46d4e PR c++/68724 * pt.c (unify): TRAIT_EXPR is an expr.
new b98bdd9 Daily bump.
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/DATESTAMP | 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 ab23f22 Resubmit "Make YAML support SmallVector"
new 265e61a [IRCE] Preserve loop-simplify form
new 9c82886 [IRCE] Remove unused headers; NFC
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:
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp | 9 ++-------
test/Transforms/IRCE/conjunctive-checks.ll | 16 +++++++++++++---
test/Transforms/IRCE/single-access-no-preloop.ll | 2 +-
3 files changed, 16 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.