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 27f27d2b Add a new check, readability-simplify-subscript-expr, that di [...]
new 220854bb Second attempt to fix buildbot failure caused by r332363
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:
clangd/CodeComplete.cpp | 5 +++--
1 file changed, 3 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 8458016a404 [MachineOutliner] Don't save/restore LR for tail calls.
new 38b696a7eb3 [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations a [...]
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/MC/WasmObjectWriter.cpp | 18 +++++++++++++++++-
test/MC/WebAssembly/debug-info.ll | 13 ++++++++++---
2 files changed, 27 insertions(+), 4 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 ce10d6bc Attempt to fix buildbot failure caused by r332363
new 1f94971f [clang-tidy/google-readability-casting] Disable check for Obj [...]
new 2c31ccec [clang-move] Fix a potential bug where realpath doesn't work on VFS.
new 27f27d2b Add a new check, readability-simplify-subscript-expr, that di [...]
The 3 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-move/ClangMove.cpp | 14 +-
clang-tidy/google/AvoidCStyleCastsCheck.cpp | 3 +-
clang-tidy/readability/CMakeLists.txt | 1 +
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
.../readability/SimplifySubscriptExprCheck.cpp | 76 +++++++++
.../readability/SimplifySubscriptExprCheck.h | 38 +++++
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-simplify-subscript-expr.rst | 23 +++
test/clang-tidy/google-readability-casting.mm | 179 +++++++++++++++++++++
.../readability-simplify-subscript-expr.cpp | 108 +++++++++++++
11 files changed, 445 insertions(+), 6 deletions(-)
create mode 100644 clang-tidy/readability/SimplifySubscriptExprCheck.cpp
create mode 100644 clang-tidy/readability/SimplifySubscriptExprCheck.h
create mode 100644 docs/clang-tidy/checks/readability-simplify-subscript-expr.rst
create mode 100644 test/clang-tidy/google-readability-casting.mm
create mode 100644 test/clang-tidy/readability-simplify-subscript-expr.cpp
--
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 cee9cd8b [clangd] Parse all comments in Sema and completion.
new ce10d6bc Attempt to fix buildbot failure caused by r332363
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:
clangd/CodeComplete.cpp | 5 ++---
1 file changed, 2 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 llvm.
from 37efd329dc3 [X86] Fix typo in instregex for CVTSI642SDrr
new 8458016a404 [MachineOutliner] Don't save/restore LR for tail calls.
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/AArch64InstrInfo.cpp | 7 ++++---
test/CodeGen/AArch64/machine-outliner-tail.ll | 22 ++++++++++++++++++++++
2 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-tail.ll
--
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 06333fea76 Make "cbfd" a gdb_bfd_ref_ptr
new 1624c9ca3f NDS32/BFD: Fix build error in `nds32_convert_32_to_16'
new 49d519ec2f NDS32/GAS: Correct an `expr' global shadowing error for pre-4.8 GCC
new 1d7611244c PR gdb/22286: linux-nat-trad: Support arbitrary register widths
The 3 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 | 4 ++++
bfd/elf32-nds32.c | 2 +-
gas/ChangeLog | 5 +++++
gas/config/tc-nds32.c | 4 ++--
gdb/ChangeLog | 8 ++++++++
gdb/linux-nat-trad.c | 28 ++++++++++++++++++----------
6 files changed, 38 insertions(+), 13 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 libunwind.
from 1035189 [libunwind][MIPS] Support MIPS floating-point registers for h [...]
new 7549326 [OR1K] Add a dedicated PC register to register state.
new 1e1c6b7 [OR1K] Add the EPCR special-purpose register to register state.
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/__libunwind_config.h | 2 +-
include/libunwind.h | 1 +
src/Registers.hpp | 21 ++++++++++++++++-----
src/UnwindRegistersRestore.S | 6 ++++--
src/UnwindRegistersSave.S | 4 ++++
5 files changed, 26 insertions(+), 8 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 lldb.
from 81be7160d Reapply "Remove Process references from the Host module"
new e9fc6b90c Fix FileSpecTest after LLVM changes to remove_dots (https://r [...]
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:
unittests/Utility/FileSpecTest.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 8c20b5f8296 Fix llvm::sys::path::remove_dots() to return "." instead of [...]
new 37efd329dc3 [X86] Fix typo in instregex for CVTSI642SDrr
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/X86/X86ScheduleZnver1.td | 2 +-
test/tools/llvm-mca/X86/Znver1/resources-avx1.s | 4 ++--
test/tools/llvm-mca/X86/Znver1/resources-sse2.s | 4 ++--
3 files changed, 5 insertions(+), 5 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 1b1c8e45f0 Add lit tests forgotten for R332470
new 2bf461475f [Sema] Fix assertion when constructor is disabled with parti [...]
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/SemaTemplateInstantiate.cpp | 214 +++++++++++++------------
test/SemaTemplate/partial-spec-instantiate.cpp | 43 +++++
2 files changed, 155 insertions(+), 102 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.