This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch aaribaud/y2038-2.25
in repository glibc.
at 11d2a1a Add __timegm64
This branch includes the following new commits:
new 1488957 Make 'time_t' either 32 or 64 bits wide depending on __USE_TI [...]
new e38285a Add __clock_gettime64, __clock_settime64, and __clock_getres64
new 821f9fe Add __difftime64
new 1d18ada Add 64-bit 'broken-up time' APIs (see detail in commit msg)
new a3221ad Add __mktime64 and __timelocal64
new 11d2a1a Add __timegm64
The 6 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.
--
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 newlib.
from 961a690 Cygwin: Export reallocarray
new a9da3e4 Make ldd stop after any non-continuable exception
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:
winsup/utils/ldd.cc | 10 +++++++++-
1 file changed, 9 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 gcc.
from 5c9e213 Daily bump.
new 42d3021 2017-04-06 Richard Biener <rguenther(a)suse.de>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr40921.c | 12 +++++-------
2 files changed, 10 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 ebceafb [Sema] Extend GetSignedVectorType to deal with non ExtVector types
new 4e4a3bc [Sema] Retarget test to a specific platform for consistent datasizes
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/Sema/vector-ops.c | 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-tools-extra.
from 31405f3 [clang-tidy] Check for forwarding reference overload in const [...]
new 55fff26 Wdocumentation fix
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:
clang-rename/USRLocFinder.h | 6 +++---
1 file changed, 3 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 clang.
from 81cea5f PR16106: Correct the docs to reflect the actual behavior of t [...]
new ebceafb [Sema] Extend GetSignedVectorType to deal with non ExtVector 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/Sema/SemaExpr.cpp | 51 +++++++++++++++-------
test/Sema/vector-ops.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++--
2 files changed, 145 insertions(+), 18 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 f167493 [globalisel][tablegen] Move <Target>InstructionSelector decla [...]
new ed65bfc [X86][MMX] Test showing failure to create MMX non-temporal store
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/CodeGen/X86/fast-isel-nontemporal.ll | 33 ++++++++++++++++++++++++-------
1 file changed, 26 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 1115991 [Sema] Update CheckOverload docs
new 81cea5f PR16106: Correct the docs to reflect the actual behavior of 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:
include/clang-c/Index.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 3b23ff5 [ARM] Remove a dead ADD during the creation of TBBs
new f167493 [globalisel][tablegen] Move <Target>InstructionSelector decla [...]
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/Target/AArch64/AArch64.h | 6 ++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 53 +++++++++++++++-
lib/Target/AArch64/AArch64InstructionSelector.h | 74 -----------------------
lib/Target/AArch64/AArch64TargetMachine.cpp | 4 +-
lib/Target/AArch64/AArch64TargetMachine.h | 2 +
lib/Target/X86/X86.h | 6 ++
lib/Target/X86/X86InstructionSelector.cpp | 50 ++++++++++++++-
lib/Target/X86/X86InstructionSelector.h | 72 ----------------------
lib/Target/X86/X86TargetMachine.cpp | 4 +-
lib/Target/X86/X86TargetMachine.h | 2 +
10 files changed, 120 insertions(+), 153 deletions(-)
delete mode 100644 lib/Target/AArch64/AArch64InstructionSelector.h
delete mode 100644 lib/Target/X86/X86InstructionSelector.h
--
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-tools-extra.
from 11b44d8 Fix -Wmissing-field-initializer warnings to unbreak the -Werr [...]
new 31405f3 [clang-tidy] Check for forwarding reference overload in const [...]
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:
clang-tidy/misc/CMakeLists.txt | 1 +
.../misc/ForwardingReferenceOverloadCheck.cpp | 145 +++++++++++++++++++++
clang-tidy/misc/ForwardingReferenceOverloadCheck.h | 42 ++++++
clang-tidy/misc/MiscTidyModule.cpp | 3 +
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/misc-forwarding-reference-overload.rst | 49 +++++++
.../misc-forwarding-reference-overload.cpp | 139 ++++++++++++++++++++
8 files changed, 385 insertions(+)
create mode 100644 clang-tidy/misc/ForwardingReferenceOverloadCheck.cpp
create mode 100644 clang-tidy/misc/ForwardingReferenceOverloadCheck.h
create mode 100644 docs/clang-tidy/checks/misc-forwarding-reference-overload.rst
create mode 100644 test/clang-tidy/misc-forwarding-reference-overload.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.