This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from aaed6f5 PR 21266, unstable qsort in bfd/elf64-ppc.c
new 5c62b69 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.12-branch
in repository binutils-gdb.
from 6992bf2 Automatic date update in version.in
new e324eb2 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from 479c574 Automatic date update in version.in
new 45c8808 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-gdb.
from 84e8538 Automatic date update in version.in
new aaed6f5 PR 21266, unstable qsort in bfd/elf64-ppc.c
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:
bfd/ChangeLog | 5 +++++
bfd/elf64-ppc.c | 2 +-
2 files changed, 6 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 llvm.
from 4131f92 [AVX-512] Handle kor/kand/kandn/kxor/kxnor/knot intrinsics at [...]
new 9534108 [InstCombine] Remove duplicate code in SimplifyDemandedUseBit [...]
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/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp | 2 --
1 file changed, 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 lld.
from 3da509d Compute Config member function return values only once.
new 07f7d3a [ELF] clang-format sortMipsSymbols. 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/SyntheticSections.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 glibc.
from 345118d conformtest: XFAIL tv_nsec tests for x32 (bug 16437).
new 15e9a4f linux ttyname and ttyname_r: do not return wrong results
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:
ChangeLog | 12 ++++++++++
sysdeps/unix/sysv/linux/ttyname.c | 16 +++++++++----
.../unix/sysv/linux/ttyname.h | 28 ++++++++++++----------
sysdeps/unix/sysv/linux/ttyname_r.c | 17 +++++++++----
4 files changed, 52 insertions(+), 21 deletions(-)
copy nptl/pthread_setname.c => sysdeps/unix/sysv/linux/ttyname.h (64%)
--
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 3360740 [Clang-tidy] Fix for misc-noexcept-move-constructor false tri [...]
new f4a5bb6 Rename the clang-tidy safety module to be hicpp, for the High [...]
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:
LICENSE.TXT | 1 +
clang-tidy/CMakeLists.txt | 8 ++++----
clang-tidy/{safety => hicpp}/CMakeLists.txt | 4 ++--
.../HICPPTidyModule.cpp} | 20 ++++++++++----------
clang-tidy/hicpp/LICENSE.TXT | 12 ++++++++++++
clang-tidy/{safety => hicpp}/NoAssemblerCheck.cpp | 4 ++--
clang-tidy/{safety => hicpp}/NoAssemblerCheck.h | 12 ++++++------
clang-tidy/tool/CMakeLists.txt | 2 +-
clang-tidy/tool/ClangTidyMain.cpp | 8 ++++----
docs/clang-tidy/checks/hicpp-no-assembler.rst | 10 ++++++++++
docs/clang-tidy/checks/list.rst | 2 +-
docs/clang-tidy/checks/safety-no-assembler.rst | 10 ----------
...afety-no-assembler.cpp => hicpp-no-assembler.cpp} | 9 ++++-----
13 files changed, 57 insertions(+), 45 deletions(-)
rename clang-tidy/{safety => hicpp}/CMakeLists.txt (71%)
rename clang-tidy/{safety/SafetyTidyModule.cpp => hicpp/HICPPTidyModule.cpp} (61%)
create mode 100644 clang-tidy/hicpp/LICENSE.TXT
rename clang-tidy/{safety => hicpp}/NoAssemblerCheck.cpp (97%)
rename clang-tidy/{safety => hicpp}/NoAssemblerCheck.h (73%)
create mode 100644 docs/clang-tidy/checks/hicpp-no-assembler.rst
delete mode 100644 docs/clang-tidy/checks/safety-no-assembler.rst
rename test/clang-tidy/{safety-no-assembler.cpp => hicpp-no-assembler.cpp} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.