This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 06a0feb [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work [...]
new 9c6b70a Use C++11 static_assert in variant tests. Patch from Michael Park
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:
.../variant.variant/variant.ctor/copy.pass.cpp | 36 +++++++++++-----------
.../variant.variant/variant.ctor/move.pass.cpp | 24 +++++++--------
.../variant.variant/variant.swap/swap.pass.cpp | 4 +--
3 files changed, 32 insertions(+), 32 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 9f1fb82 [Legalizer] Fix fp-to-uint to fp-tosint promotion assertion.
new 0581f9f Reapply "Make BitCodeAbbrev ownership explicit using shared_p [...]
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/Bitcode/BitCodes.h | 5 +-
include/llvm/Bitcode/BitstreamReader.h | 6 +-
include/llvm/Bitcode/BitstreamWriter.h | 26 ++---
include/llvm/Support/FileSystem.h | 17 +--
lib/Bitcode/Reader/BitstreamReader.cpp | 4 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 184 +++++++++++++++---------------
unittests/Bitcode/BitstreamReaderTest.cpp | 4 +-
7 files changed, 119 insertions(+), 127 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 88fb408 Fix failure to treat overloaded function in braced-init-list [...]
new e50c4ef Remove use of intrusive ref count ownership acquisition
new d3ccc21 Fix for LLVM Bitcode API change (to use std::shared_ptr)
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/clang/StaticAnalyzer/Core/CheckerManager.h | 8 +-
lib/Frontend/SerializedDiagnosticPrinter.cpp | 32 ++--
lib/Frontend/TestModuleFileExtension.cpp | 4 +-
lib/Serialization/ASTWriter.cpp | 174 ++++++++++-----------
lib/Serialization/ASTWriterDecl.cpp | 58 +++----
lib/Serialization/GlobalModuleIndex.cpp | 4 +-
.../Frontend/CheckerRegistration.cpp | 2 +-
7 files changed, 141 insertions(+), 141 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 e22af6b Implement the last bit of P0031: 'A Proposal to Add Constexpr [...]
new 06a0feb [libcxx] Re-implement LWG 2770 again: Fix tuple_size to work [...]
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/__tuple | 39 +++---
test/libcxx/test/config.py | 6 +-
.../tuple.tuple/tuple.helper/tuple_size.pass.cpp | 18 ---
.../tuple.helper/tuple_size_incomplete.fail.cpp | 63 ++++++++++
.../tuple.helper/tuple_size_incomplete.pass.cpp | 67 ++++++++++
.../tuple_size_structured_bindings.pass.cpp | 138 +++++++++++++++++++++
...e.pass.cpp => tuple_size_value_sfinae.pass.cpp} | 25 +---
7 files changed, 297 insertions(+), 59 deletions(-)
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_in [...]
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_in [...]
create mode 100644 test/std/utilities/tuple/tuple.tuple/tuple.helper/tuple_size_st [...]
copy test/std/utilities/tuple/tuple.tuple/tuple.helper/{tuple_size.pass.cpp => tup [...]
--
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 4e9e4f2 Fix some buildbot issues with const objects with default ctors
new 9f1fb82 [Legalizer] Fix fp-to-uint to fp-tosint promotion assertion.
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/LegalizeIntegerTypes.cpp | 6 +++++-
test/CodeGen/AArch64/fptouint-i8-zext.ll | 4 +++-
test/CodeGen/PowerPC/fp64-to-int16.ll | 21 +++++++++++++++++++++
3 files changed, 29 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/fp64-to-int16.ll
--
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 2124289 Revert accidentally-committed file.
new 88fb408 Fix failure to treat overloaded function in braced-init-list [...]
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 | 3 ---
include/clang/Sema/Sema.h | 3 ---
include/clang/Sema/TemplateDeduction.h | 27 ++++++----------------
lib/Sema/SemaOverload.cpp | 26 ---------------------
lib/Sema/SemaTemplateDeduction.cpp | 7 +++---
.../cxx0x-initializer-stdinitializerlist.cpp | 10 +++++---
6 files changed, 17 insertions(+), 59 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 c7ecdd3 The patch fixes (base, index, offset) match.
new 4e9e4f2 Fix some buildbot issues with const objects with default ctors
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/FileSystem.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 ca6d4a4 [AArch64] Update the feature set for Qualcomm's Falkor CPU.
new c7ecdd3 The patch fixes (base, index, offset) match.
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 | 18 ++++++++--------
test/CodeGen/X86/MergeConsecutiveStores.ll | 34 ++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 9 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 5527830 [XRay] [compiler-rt] Include argv[0] in the log file name.
new 69a1307 [compiler-rt] suppress LNK4221 warning when creating static l [...]
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:
CMakeLists.txt | 11 +++++++++++
1 file changed, 11 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 gcc.
from eccc8e8 PR c++/78693 * parser.c (cp_parser_simple_declaration): Onl [...]
new 0b16b81 PR c++/78949 * typeck.c (cp_build_unary_op): Call mark_rval [...]
new 6124217 PR c++/64767 * c.opt (Wpointer-compare): New option.
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:
gcc/ChangeLog | 5 ++
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c.opt | 4 ++
gcc/c/ChangeLog | 9 ++++
gcc/c/c-parser.c | 3 ++
gcc/c/c-typeck.c | 27 ++++++++++
gcc/cp/ChangeLog | 10 ++++
gcc/cp/typeck.c | 14 ++++++
gcc/doc/invoke.texi | 18 ++++++-
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/c-c++-common/Wpointer-compare-1.c | 65 +++++++++++++++++++++++++
gcc/testsuite/c-c++-common/Wunused-var-16.c | 15 ++++++
12 files changed, 182 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/Wpointer-compare-1.c
create mode 100644 gcc/testsuite/c-c++-common/Wunused-var-16.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.