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 bab08db6 [clang-tidy] add_new_check.py updates ReleaseNotes.rst now
new b3737b6f [clang-tidy] Add new modernize use unary assert 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/modernize/CMakeLists.txt | 1 +
clang-tidy/modernize/ModernizeTidyModule.cpp | 3 ++
clang-tidy/modernize/UnaryStaticAssertCheck.cpp | 45 ++++++++++++++++++++++
.../{AvoidBindCheck.h => UnaryStaticAssertCheck.h} | 20 +++++-----
docs/ReleaseNotes.rst | 6 +++
docs/clang-tidy/checks/list.rst | 1 +
.../checks/modernize-unary-static-assert.rst | 25 ++++++++++++
test/clang-tidy/modernize-unary-static-assert.cpp | 25 ++++++++++++
8 files changed, 116 insertions(+), 10 deletions(-)
create mode 100644 clang-tidy/modernize/UnaryStaticAssertCheck.cpp
copy clang-tidy/modernize/{AvoidBindCheck.h => UnaryStaticAssertCheck.h} (53%)
create mode 100644 docs/clang-tidy/checks/modernize-unary-static-assert.rst
create mode 100644 test/clang-tidy/modernize-unary-static-assert.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 llvm.
from 1ca52a5bb68 [X86][SSE] Add 512-bit (iX bitcast(vXi1)) test cases
new ec26641b793 [ARM] Adjust ifcvt heuristic for the diamond ifcvt case
new 103b8238dc4 Make shell redirection construct portable
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:
lib/Target/ARM/ARMBaseInstrInfo.cpp | 3 +++
test/Analysis/BasicAA/unreachable-block.ll | 2 +-
test/Assembler/2003-11-11-ImplicitRename.ll | 3 +--
test/Assembler/2007-11-26-AttributeOverload.ll | 2 +-
test/CodeGen/Thumb2/ifcvt-no-branch-predictor.ll | 22 +++++++++++++---------
test/CodeGen/X86/GC/badreadproto.ll | 2 +-
test/CodeGen/X86/GC/badrootproto.ll | 2 +-
test/CodeGen/X86/GC/badwriteproto.ll | 2 +-
test/CodeGen/X86/GC/fat.ll | 2 +-
test/CodeGen/X86/GC/outside.ll | 2 +-
test/Other/2002-01-31-CallGraph.ll | 2 +-
test/TableGen/UnterminatedComment.td | 2 +-
test/Verifier/2004-05-21-SwitchConstantMismatch.ll | 2 +-
test/Verifier/2007-12-21-InvokeParamAttrs.ll | 2 +-
test/Verifier/2008-01-11-VarargAttrs.ll | 2 +-
test/Verifier/2009-05-29-InvokeResult1.ll | 2 +-
test/Verifier/2009-05-29-InvokeResult2.ll | 2 +-
test/Verifier/2009-05-29-InvokeResult3.ll | 2 +-
test/Verifier/byval-1.ll | 2 +-
test/Verifier/gcread-ptrptr.ll | 2 +-
test/Verifier/gcroot-alloca.ll | 2 +-
test/Verifier/gcroot-meta.ll | 2 +-
test/Verifier/gcroot-ptrptr.ll | 2 +-
test/Verifier/gcwrite-ptrptr.ll | 2 +-
24 files changed, 38 insertions(+), 32 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 822e445b [clangd] Fix Go to Definition not working in VSCode extension
new bab08db6 [clang-tidy] add_new_check.py updates ReleaseNotes.rst now
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/add_new_check.py | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 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 compiler-rt.
from 6e32365b3 tsan: prepare clock for future changes
new 14a186f06 tsan: refactor SyncClock code
new d16bb5ca2 tsan: remove some clock-related stats
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:
lib/tsan/rtl/tsan_clock.cc | 114 ++++++++++++++++++++++-----------------------
lib/tsan/rtl/tsan_clock.h | 1 +
lib/tsan/rtl/tsan_stat.cc | 5 +-
lib/tsan/rtl/tsan_stat.h | 5 +-
4 files changed, 58 insertions(+), 67 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 fea3236f0e8 [mips][mt] Add missing files from last commit
new 1ca52a5bb68 [X86][SSE] Add 512-bit (iX bitcast(vXi1)) test cases
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:
test/CodeGen/X86/bitcast-and-setcc-512.ll | 1868 +++++++++++++++++++++++++++++
test/CodeGen/X86/bitcast-setcc-512.ll | 1377 +++++++++++++++++++++
2 files changed, 3245 insertions(+)
create mode 100644 test/CodeGen/X86/bitcast-and-setcc-512.ll
create mode 100644 test/CodeGen/X86/bitcast-setcc-512.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 compiler-rt.
from 25473b0d4 tsan: s/-1/kInvalidTid/
new 6e32365b3 tsan: prepare clock for future changes
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 | 5 ++++-
lib/tsan/rtl/tsan_clock.h | 3 ++-
lib/tsan/rtl/tsan_mman.cc | 2 ++
lib/tsan/rtl/tsan_rtl_mutex.cc | 12 ++++++------
lib/tsan/rtl/tsan_rtl_thread.cc | 4 ++++
lib/tsan/tests/unit/tsan_clock_test.cc | 32 +++++++++++++++++---------------
6 files changed, 35 insertions(+), 23 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 2b4e72ee27d fix typo in document; NFC
new fea3236f0e8 [mips][mt] Add missing files from last commit
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/MipsMTInstrFormats.td | 50 ++++++++++++++++++++++++++
lib/Target/Mips/MipsMTInstrInfo.td | 54 ++++++++++++++++++++++++++++
test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 6 ++++
test/MC/Disassembler/Mips/mt/valid-r2.txt | 6 ++++
test/MC/Mips/mt/invalid.s | 7 ++++
test/MC/Mips/mt/valid.s | 6 ++++
6 files changed, 129 insertions(+)
create mode 100644 lib/Target/Mips/MipsMTInstrFormats.td
create mode 100644 lib/Target/Mips/MipsMTInstrInfo.td
create mode 100644 test/MC/Disassembler/Mips/mt/valid-r2-el.txt
create mode 100644 test/MC/Disassembler/Mips/mt/valid-r2.txt
create mode 100644 test/MC/Mips/mt/invalid.s
create mode 100644 test/MC/Mips/mt/valid.s
--
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 573cf35f3 Fixing Android builder
new 1a81f605d [MainLoop] Fix possible use of an invalid iterator
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:
source/Host/common/MainLoop.cpp | 27 ++++++++++++++++++---------
1 file changed, 18 insertions(+), 9 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 5de8108ff tsan: don't create sync objects on acquire-load
new bc135c12c tsan: give debug names to dense allocators
new 25473b0d4 tsan: s/-1/kInvalidTid/
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:
lib/tsan/rtl/tsan_dense_alloc.h | 11 ++++++++---
lib/tsan/rtl/tsan_rtl.cc | 3 ++-
lib/tsan/rtl/tsan_rtl_report.cc | 2 +-
lib/tsan/rtl/tsan_sync.cc | 4 +++-
4 files changed, 14 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.