This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 12d117c When producing a name of a partial specialization in a diagno [...]
new b296c41 Fix crash if substitution fails during deduction of variable [...]
new c311b06 Remove accidentally-left-behind commented out code.
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/Basic/DiagnosticSemaKinds.td | 6 ++---
include/clang/Sema/Sema.h | 2 +-
lib/Sema/SemaTemplateInstantiate.cpp | 36 +++++++++++++++++++-----------
test/SemaTemplate/deduction.cpp | 9 +++-----
4 files changed, 30 insertions(+), 23 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 617e92a clangCodeGen: Add LLVMPasses to libdeps. r290450 introduced it.
new 12d117c When producing a name of a partial specialization in a diagno [...]
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/AST/TemplateBase.h | 4 ++++
include/clang/Basic/DiagnosticSemaKinds.td | 4 ++--
lib/AST/DeclTemplate.cpp | 26 +++++++++++++++++-----
lib/Sema/SemaTemplate.cpp | 3 +--
lib/Sema/SemaTemplateInstantiate.cpp | 5 ++---
.../CXX/temp/temp.spec/temp.expl.spec/examples.cpp | 8 +++----
test/Modules/cxx-templates.cpp | 16 ++++++-------
test/SemaTemplate/deduction.cpp | 15 +++++++++++++
test/SemaTemplate/instantiation-default-1.cpp | 2 +-
.../ms-class-specialization-class-scope.cpp | 2 +-
10 files changed, 58 insertions(+), 27 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 68e3ccb Fix sign-compare warnings on ARM platforms caused by wchar_t [...]
new 3414afa Fix -Wsign-compare warnings in re tests that only run on OS X
new e32aed8 Fix ASAN test failure
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:
.../containers/sequences/vector/asan.pass.cpp | 4 +-
test/std/re/re.alg/re.alg.match/basic.pass.cpp | 52 ++++++++--------
test/std/re/re.alg/re.alg.match/ecma.pass.cpp | 72 +++++++++++-----------
test/std/re/re.alg/re.alg.match/extended.pass.cpp | 68 ++++++++++----------
test/std/re/re.alg/re.alg.search/awk.pass.cpp | 72 +++++++++++-----------
test/std/re/re.alg/re.alg.search/basic.pass.cpp | 52 ++++++++--------
test/std/re/re.alg/re.alg.search/ecma.pass.cpp | 64 +++++++++----------
test/std/re/re.alg/re.alg.search/extended.pass.cpp | 68 ++++++++++----------
8 files changed, 227 insertions(+), 225 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 2ab8f62 Avoid unused warning in __throw_future_error w/o exceptions enabled
new 68e3ccb Fix sign-compare warnings on ARM platforms caused by wchar_t [...]
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/std/re/re.traits/value.pass.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 def4cd5 ArrayRefize lists of TemplateArguments in template argument d [...]
new 617e92a clangCodeGen: Add LLVMPasses to libdeps. r290450 introduced it.
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/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 f62eee4 Fix warning caused by platforms providing a signed wint_t
new 2ab8f62 Avoid unused warning in __throw_future_error w/o exceptions enabled
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/future | 1 +
1 file changed, 1 insertion(+)
--
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 f475367 Fix yet another missed -Wunused warning. Hopefully this is th [...]
new f62eee4 Fix warning caused by platforms providing a signed wint_t
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:
.../file.streams/fstreams/filebuf.virtuals/underflow.pass.cpp | 3 ++-
1 file changed, 2 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 libcxx.
from 10dd69e Fix unused warning which only triggers in C++11
new f475367 Fix yet another missed -Wunused warning. Hopefully this is th [...]
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:
.../sequences/forwardlist/forwardlist.cons/size.pass.cpp | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 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 e978403 fix warnings only produced by apple-clang
new 10dd69e Fix unused warning which only triggers in C++11
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:
.../reverse.iter.ops/reverse.iter.opref/op_arrow.pass.cpp | 3 +++
1 file changed, 3 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 libcxx.
from 9d2fd1f Fix missed sign-compare warning
new e978403 fix warnings only produced by apple-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:
.../sequences/deque/deque.cons/size.pass.cpp | 11 +++++----
.../sequences/list/list.cons/size_type.pass.cpp | 9 ++++----
.../sequences/vector.bool/construct_size.pass.cpp | 3 +++
.../vector/vector.cons/construct_size.pass.cpp | 3 +++
.../unord.multimap.cnstr/move.pass.cpp | 27 +++-------------------
.../facet.num.put.members/put_long_double.pass.cpp | 14 +++++------
.../compare_string_type.pass.cpp | 2 --
.../compare_value_type_ptr.pass.cpp | 2 --
8 files changed, 27 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.