This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 537ae129b7 [analyzer][PlistMacroExpansion] Part 1.: New expand-macros flag
new e8be1bee43 [clang] try-fix broken documentation builder
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:
docs/ReleaseNotes.rst | 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 clang-tools-extra.
from 5e3a6032 [clang-tidy] new check 'readability-isolate-declaration'
new 1088142d [clang-tools-extra] fix broken link in release notes
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:
docs/ReleaseNotes.rst | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/binutils-gdb.
from fd332753fa Remove relational operators from common/offset-type.h
adds 4d5d104997 Check return value of bfd_init
adds c1230d1bab [src/erc32] Use ncurses instead of termcap on Cygwin too
adds b4e0939956 Automatic date update in version.in
adds cd53832b00 [GAS][ARM] Fix failing Armv1 test
adds a66cf75c9c [GAS][ARM] Fix UDF testism
adds 664306bcce [GAS][ARM] Fix ARMv8.1 AdvSIMD testism
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 13 +++++++++
gas/testsuite/gas/arm/armv1.d | 36 ++++++++++++------------
gas/testsuite/gas/arm/armv8-a+rdma-warning.d | 1 -
gas/testsuite/gas/arm/udf.d | 42 +++++++++++++---------------
gdb/ChangeLog | 4 +++
gdb/main.c | 6 +++-
sim/erc32/ChangeLog | 6 ++++
sim/erc32/configure | 10 +++----
sim/erc32/configure.ac | 9 +++---
10 files changed, 75 insertions(+), 54 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-tools-extra.
from 7319efb2 Delete dependency on config.h
new 5e3a6032 [clang-tidy] new check 'readability-isolate-declaration'
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/CMakeLists.txt | 1 +
clang-tidy/readability/IsolateDeclarationCheck.cpp | 279 ++++++++++++++
...tedDefaultCheck.h => IsolateDeclarationCheck.h} | 18 +-
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
clang-tidy/utils/LexerUtils.cpp | 61 +++
clang-tidy/utils/LexerUtils.h | 60 +++
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-isolate-declaration.rst | 100 +++++
.../readability-isolate-declaration-cxx17.cpp | 103 ++++++
.../readability-isolate-declaration-fixing.cpp | 64 ++++
test/clang-tidy/readability-isolate-declaration.c | 13 +
.../clang-tidy/readability-isolate-declaration.cpp | 412 +++++++++++++++++++++
13 files changed, 1112 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/readability/IsolateDeclarationCheck.cpp
copy clang-tidy/readability/{DeletedDefaultCheck.h => IsolateDeclarationCheck.h} (51%)
create mode 100644 docs/clang-tidy/checks/readability-isolate-declaration.rst
create mode 100644 test/clang-tidy/readability-isolate-declaration-cxx17.cpp
create mode 100644 test/clang-tidy/readability-isolate-declaration-fixing.cpp
create mode 100644 test/clang-tidy/readability-isolate-declaration.c
create mode 100644 test/clang-tidy/readability-isolate-declaration.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.