This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 431cd23844 [ODRHash] Skip inline namespaces when hashing.
new 56441b2bfd [ODRHash] Add support for TemplateArgument types.
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/AST/ODRHash.cpp | 20 +++++++++++++++++++-
test/Modules/odr_hash.cpp | 18 ++++++++++++++++++
2 files changed, 37 insertions(+), 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 lld.
from 328b06fc1 Rename llvm-pdbdump -> llvm-pdbutil.
new 1db4943d8 Simplify. 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:
ELF/Symbols.cpp | 11 +++++------
1 file changed, 5 insertions(+), 6 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 d1b716e426a Fix template argument of nullptr_t type.
new 112ca2a889b Add support for mutually-incompatible fix-it hints
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/ChangeLog | 5 +++++
gcc/diagnostic.c | 3 ++-
gcc/testsuite/ChangeLog | 12 +++++++++++
.../gcc.dg/plugin/diagnostic-test-show-locus-bw.c | 20 ++++++++++++++++++
.../diagnostic-test-show-locus-generate-patch.c | 13 ++++++++++++
.../diagnostic-test-show-locus-parseable-fixits.c | 14 +++++++++++++
.../plugin/diagnostic_plugin_test_show_locus.c | 24 ++++++++++++++++++++++
libcpp/ChangeLog | 8 ++++++++
libcpp/include/line-map.h | 22 ++++++++++++++++++++
libcpp/line-map.c | 3 ++-
10 files changed, 122 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 lldb.
from 055c3e07f [VMRange] Use llvm::find_if. Thanks to Zachary for the suggestion.
new 59fd41f9b [VMRange] Implement comparison operators using `==` and `<`.
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/Utility/VMRange.cpp | 21 ++++-----------------
1 file changed, 4 insertions(+), 17 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 3b9bcabe2 Don't check the raw bits in tests.
new 328b06fc1 Rename llvm-pdbdump -> llvm-pdbutil.
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/CMakeLists.txt | 2 +-
test/COFF/pdb-none.test | 2 +-
test/COFF/pdb.test | 4 ++--
3 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 llvm.
from 5d860d251ed [Sink] Fix predicate in legality check
new 18050554200 [ADT] Make iterable SmallVector template overrides more specific
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/SmallVector.h | 21 +++++++++++---
unittests/ADT/SmallVectorTest.cpp | 61 +++++++++++++++++++++++++++++++++++++++
2 files changed, 78 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 gcc.
from b8d82afaced Fix array decay handling in constant expressions.
new d1b716e426a Fix template argument of nullptr_t type.
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/cp/ChangeLog | 3 +++
gcc/cp/pt.c | 2 +-
gcc/testsuite/g++.dg/cpp0x/nullptr38.C | 9 +++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr38.C
--
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 f24f5004bb Bringt back -triple so the test passes on non-x86.
new 431cd23844 [ODRHash] Skip inline namespaces when hashing.
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/AST/ODRHash.cpp | 27 ++++++++++++++++++---------
lib/AST/StmtProfile.cpp | 5 +----
2 files changed, 19 insertions(+), 13 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 aef43911bd7 gcc/: * opts.c (finish_options): If -fsplit-stack, disable [...]
new 997bbf7027d * constexpr.c (potential_constant_expression_1): Allow 'thi [...]
new 0a1f7fdb5bb PR c++/80384 - ICE with dependent noexcept-specifier
new b8d82afaced Fix array decay handling in constant expressions.
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/cp/ChangeLog | 12 +++++++
gcc/cp/constexpr.c | 2 +-
gcc/cp/parser.c | 8 +++--
gcc/cp/pt.c | 43 +++++++++++++++++++++++++-
gcc/testsuite/g++.dg/cpp1z/lambda-this3.C | 10 ++++++
gcc/testsuite/g++.dg/cpp1z/noexcept-type15.C | 11 +++++++
gcc/testsuite/g++.dg/template/function1.C | 4 +--
gcc/testsuite/g++.dg/template/nontype-array1.C | 27 ++++++++++++++++
8 files changed, 110 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/lambda-this3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/noexcept-type15.C
create mode 100644 gcc/testsuite/g++.dg/template/nontype-array1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.