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 f2f3c7b [Release notes] Mention removed Clang-tidy misc-pointer-and-i [...]
new 62619ea [clang-tidy] Fix identifier naming in macro args.
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/readability/IdentifierNamingCheck.cpp | 44 +++++++++++++++++++----
test/clang-tidy/readability-identifier-naming.cpp | 35 +++++++++++++++---
2 files changed, 68 insertions(+), 11 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 glibc.
from 93f9416 Fix -Wformat-length warning in tst-setgetname.c
new 2152cf7 Fix Linux sh4 pread/pwrite argument passing
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 | 16 ++++++++++++++++
sysdeps/unix/sysv/linux/pread.c | 3 +--
sysdeps/unix/sysv/linux/pread64.c | 3 +--
sysdeps/unix/sysv/linux/pwrite.c | 3 +--
sysdeps/unix/sysv/linux/pwrite64.c | 3 +--
sysdeps/unix/sysv/linux/sh/kernel-features.h | 5 +++++
sysdeps/unix/sysv/linux/sh/pread.c | 23 -----------------------
sysdeps/unix/sysv/linux/sh/pread64.c | 23 -----------------------
sysdeps/unix/sysv/linux/sh/pwrite.c | 23 -----------------------
sysdeps/unix/sysv/linux/sh/pwrite64.c | 23 -----------------------
sysdeps/unix/sysv/linux/sysdep.h | 10 ++++++++++
11 files changed, 35 insertions(+), 100 deletions(-)
delete mode 100644 sysdeps/unix/sysv/linux/sh/pread.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/pread64.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/pwrite.c
delete mode 100644 sysdeps/unix/sysv/linux/sh/pwrite64.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 gcc.
from c62d63d PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.c
new 5f64e68 2016-10-24 Bernd Edlinger <bernd.edlinger(a)hotmail.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/ChangeLog | 5 +++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 7 ++++++-
gcc/doc/invoke.texi | 5 +++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/Wint-in-bool-context-3.c | 15 +++++++++++++++
gcc/value-prof.c | 4 ++--
7 files changed, 41 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wint-in-bool-context-3.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 d818d49 Fix clang-format vim integration issue with non-ascii characters
new 27310e2 Add support for __builtin_os_log_format[_buffer_size]
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/Analysis/Analyses/FormatString.h | 47 ++--
include/clang/Analysis/Analyses/OSLog.h | 155 ++++++++++++++
include/clang/Basic/Builtins.def | 4 +
include/clang/Basic/DiagnosticSemaKinds.td | 15 ++
include/clang/Sema/Sema.h | 3 +
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/FormatString.cpp | 3 +
lib/Analysis/OSLog.cpp | 177 +++++++++++++++
lib/Analysis/PrintfFormatString.cpp | 43 +++-
lib/CodeGen/CGBuiltin.cpp | 85 +++++++-
lib/Sema/SemaChecking.cpp | 285 +++++++++++++++++++------
lib/Sema/SemaDeclAttr.cpp | 29 +--
test/CodeGen/builtins.c | 141 +++++++++++-
test/CodeGenObjC/os_log.m | 39 ++++
test/SemaObjC/format-strings-oslog.m | 62 ++++++
15 files changed, 994 insertions(+), 95 deletions(-)
create mode 100644 include/clang/Analysis/Analyses/OSLog.h
create mode 100644 lib/Analysis/OSLog.cpp
create mode 100644 test/CodeGenObjC/os_log.m
create mode 100644 test/SemaObjC/format-strings-oslog.m
--
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 9e94ae7 Fix error handling in filesystem::is_empty
new c62d63d PR middle-end/77735 - FAIL: gcc.dg/tree-ssa/builtin-sprintf-warn-1.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:
gcc/ChangeLog | 22 ++
gcc/builtins.c | 103 +++++--
gcc/gimple-ssa-sprintf.c | 335 ++++++++++++++-------
gcc/testsuite/ChangeLog | 11 +
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c | 50 ++-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 97 ++++--
.../gcc.dg/tree-ssa/builtin-sprintf-warn-2.c | 15 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-3.c | 6 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-4.c | 94 ++++--
.../gcc.dg/tree-ssa/builtin-sprintf-warn-6.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf.c | 26 +-
11 files changed, 560 insertions(+), 201 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 6334b62 [AArch64] Optionally use the Newton series for reciprocal estimation
new fcdb958 Check the number of Args in LibCallsShrinkWrap.
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/Utils/LibCallsShrinkWrap.cpp | 2 ++
1 file changed, 2 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 clang.
from 8a06ec9 [analyzer] Fix an ARM buildbot after r284960.
new d818d49 Fix clang-format vim integration issue with non-ascii characters
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:
tools/clang-format/clang-format.py | 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 glibc.
from e37208c math.h: Wrap C++ bits in extern "C++"
new 93f9416 Fix -Wformat-length warning in tst-setgetname.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:
ChangeLog | 4 ++++
sysdeps/unix/sysv/linux/tst-setgetname.c | 2 +-
2 files changed, 5 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 cb9a4a5 2016-10-24 Moritz Klammler <moritz(a)glammler.eu>
new b453839 Implement DR resolutions for filesystem::copy
new 8913100 Do not retry failed close(3) in filesystem::copy
new 7650759 Make directory iterators become end iterator on error
new 1070926 PR71337 fix filesystem::temp_directory_path error handling
new 9e94ae7 Fix error handling in filesystem::is_empty
The 5 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:
libstdc++-v3/ChangeLog | 38 +++++++++++++
libstdc++-v3/src/filesystem/dir.cc | 17 +-----
libstdc++-v3/src/filesystem/ops.cc | 65 ++++++++++++++--------
.../filesystem/iterators/directory_iterator.cc | 4 +-
.../iterators/recursive_directory_iterator.cc | 4 +-
.../experimental/filesystem/operations/copy.cc | 30 +++++++---
.../clear.cc => operations/read_symlink.cc} | 33 ++++++-----
.../filesystem/operations/temp_directory_path.cc | 46 +++++++++++++++
8 files changed, 173 insertions(+), 64 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/{path/modifiers/clear.cc => op [...]
--
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 a3dec00 [ADT] static_assert that SmallDenseMap is instantiated with a [...]
new 6334b62 [AArch64] Optionally use the Newton series for reciprocal estimation
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.td | 5 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 50 +++++++
lib/Target/AArch64/AArch64ISelLowering.h | 8 +
lib/Target/AArch64/AArch64InstrInfo.td | 29 ++++
lib/Target/AArch64/AArch64Subtarget.h | 2 +
test/CodeGen/AArch64/recp-fastmath.ll | 148 +++++++++++++++++++
test/CodeGen/AArch64/sqrt-fastmath.ll | 228 +++++++++++++++++++++++++++++
7 files changed, 470 insertions(+)
create mode 100644 test/CodeGen/AArch64/recp-fastmath.ll
create mode 100644 test/CodeGen/AArch64/sqrt-fastmath.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.