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 afe043a7 [clang-tidy] Add bugprone-undefined-memory-manipulation check
new c3de083b [clang-tidy] Minor documentation fix. 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:
docs/clang-tidy/checks/bugprone-undefined-memory-manipulation.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.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 92a14e48 [clang-tidy] Add bugprone-suspicious-memset-usage check
new afe043a7 [clang-tidy] Add bugprone-undefined-memory-manipulation check
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/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
.../bugprone/UndefinedMemoryManipulationCheck.cpp | 61 +++++++
.../bugprone/UndefinedMemoryManipulationCheck.h | 37 +++++
docs/ReleaseNotes.rst | 6 +
.../bugprone-undefined-memory-manipulation.rst | 7 +
docs/clang-tidy/checks/list.rst | 1 +
.../bugprone-undefined-memory-manipulation.cpp | 178 +++++++++++++++++++++
8 files changed, 294 insertions(+)
create mode 100644 clang-tidy/bugprone/UndefinedMemoryManipulationCheck.cpp
create mode 100644 clang-tidy/bugprone/UndefinedMemoryManipulationCheck.h
create mode 100644 docs/clang-tidy/checks/bugprone-undefined-memory-manipulation.rst
create mode 100644 test/clang-tidy/bugprone-undefined-memory-manipulation.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 lnt.
from c2d7a4b api: Implement machine deletion
new 960bf79 Fix missing "Produced by" field on Run causing UI crash.
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:
lnt/server/ui/templates/reporting/runs.html | 4 ++-
lnt/server/ui/util.py | 4 +--
tests/server/ui/Inputs/V4Pages_extra_records.sql | 6 ++--
tests/server/ui/V4Pages.py | 45 ++++++++++++++++++++++--
4 files changed, 51 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 compiler-rt.
from 8a5e425a6 Fix sanitizer build against latest glibc
new 12d16901e tsan: optimize sync clock memory consumption
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/tsan/rtl/tsan_clock.cc | 436 +++++++++++++++++++++++----------
lib/tsan/rtl/tsan_clock.h | 207 +++++++++++-----
lib/tsan/rtl/tsan_defs.h | 33 ++-
lib/tsan/tests/unit/tsan_clock_test.cc | 33 ++-
4 files changed, 512 insertions(+), 197 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 3a788ca0f48 [mips][microMIPS] Extending size reduction pass with ADDIUS [...]
new 8f691f12750 Reverting commit 308011.
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/Mips/MicroMipsSizeReduction.cpp | 115 +++------------------
.../micromips-addiur1sp-addiusp.ll | 17 ---
2 files changed, 14 insertions(+), 118 deletions(-)
delete mode 100644 test/CodeGen/Mips/micromips-sizereduction/micromips-addiur1sp-a [...]
--
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 2347965cd9 ax-gdb: Remove more unused arguments
new 211b0bed95 PR ld/21529: Use a linker script to limit output with the test case
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-unique/pr21529.d | 2 +-
ld/testsuite/{ld-mips-elf/binary.ld => ld-unique/pr21529.ld} | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
copy ld/testsuite/{ld-mips-elf/binary.ld => ld-unique/pr21529.ld} (61%)
--
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_29-branch
in repository binutils-gdb.
from 3ba5311cff Automatic date update in version.in
new 991a4012c5 PR ld/21529: Use a linker script to limit output with the test case
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-unique/pr21529.d | 2 +-
ld/testsuite/{ld-mips-elf/binary.ld => ld-unique/pr21529.ld} | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
copy ld/testsuite/{ld-mips-elf/binary.ld => ld-unique/pr21529.ld} (61%)
--
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 f0526fce68 [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang [...]
new 1c7fd213d5 [index] Added a method indexTopLevelDecls to run indexing on [...]
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/Index/IndexingAction.h | 10 ++++++++--
lib/Index/IndexingAction.cpp | 12 ++++++++++++
2 files changed, 20 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.