This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e84f684 [SelectionDAG] Add support for vector demandedelts in MUL opcodes
new a7d6813 Use common SDLoc. NFCI.
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +++---
1 file changed, 3 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 clang-tools-extra.
from a03cb03 [clang-tidy] Add missing meta refresh for cert-msc30-c doc. NFC
new 366503f [clang-tidy] Add modernize-use-equals-delete 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/UseEqualsDeleteCheck.cpp | 69 +++++++++++
.../{UseDefaultCheck.h => UseEqualsDeleteCheck.h} | 28 ++---
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/modernize-use-default.rst | 3 +-
.../checks/modernize-use-equals-delete.rst | 25 ++++
test/clang-tidy/modernize-use-equals-delete.cpp | 134 +++++++++++++++++++++
9 files changed, 253 insertions(+), 16 deletions(-)
create mode 100644 clang-tidy/modernize/UseEqualsDeleteCheck.cpp
copy clang-tidy/modernize/{UseDefaultCheck.h => UseEqualsDeleteCheck.h} (55%)
create mode 100644 docs/clang-tidy/checks/modernize-use-equals-delete.rst
create mode 100644 test/clang-tidy/modernize-use-equals-delete.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 0deee39 AMDGPU: Add VI i16 support
new 1d957ff reproducer for pr29002
new e84f684 [SelectionDAG] Add support for vector demandedelts in MUL opcodes
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 8 ++--
test/CodeGen/X86/known-bits-vector.ll | 10 +---
test/CodeGen/X86/select.ll | 77 ++++++++++++++++++++++++++++---
3 files changed, 78 insertions(+), 17 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 1252125 [Sema] Avoid -Wshadow warnings for shadowed variables that ar [...]
new 20ecf8b clang-format: [JS] do not break after declare namespace.
new 0782534 clang-format: [JS] do not break after declare namespace.
new 280fdbb drop kw_module from ASI protection block
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:
lib/Format/FormatToken.h | 4 ++++
lib/Format/TokenAnnotator.cpp | 12 ++++++++++++
lib/Format/UnwrappedLineParser.cpp | 16 ++++++++--------
unittests/Format/FormatTestJS.cpp | 31 +++++++++++++++++++++++++++++++
4 files changed, 55 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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 7377485 abe.sh: accept long options only (with --).
new 149cfd3 Replace `...` with $(...)
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:
abe.sh | 68 ++++++++++++++---------------
jenkins.sh | 54 +++++++++++------------
lib/benchmark.sh | 36 ++++++++--------
lib/checkout.sh | 34 +++++++--------
lib/common.sh | 58 ++++++++++++-------------
lib/component.sh | 126 +++++++++++++++++++++++++++---------------------------
lib/configure.sh | 24 +++++------
lib/control.sh | 2 +-
lib/diff.sh | 28 ++++++------
lib/fetch.sh | 48 ++++++++++-----------
lib/git-parser.sh | 124 ++++++++++++++++++++++++++---------------------------
lib/globals.sh | 50 +++++++++++-----------
lib/make.sh | 80 +++++++++++++++++-----------------
lib/package.sh | 90 +++++++++++++++++++-------------------
lib/release.sh | 64 +++++++++++++--------------
lib/stamp.sh | 14 +++---
lib/testcode.sh | 2 +-
runbenchmark.sh | 16 +++----
test.sh | 22 +++++-----
19 files changed, 470 insertions(+), 470 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 ba58685 Add the loop end location to the loop metadata. This addition [...]
new 1252125 [Sema] Avoid -Wshadow warnings for shadowed variables that ar [...]
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/Basic/DiagnosticSemaKinds.td | 4 +--
include/clang/Sema/ScopeInfo.h | 11 +++++-
include/clang/Sema/Sema.h | 2 ++
lib/Sema/SemaDecl.cpp | 46 ++++++++++++++++++++-----
lib/Sema/SemaLambda.cpp | 3 ++
test/SemaCXX/warn-shadow-in-lambdas.cpp | 54 ++++++++++++++++++++++++++++--
6 files changed, 105 insertions(+), 15 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 f50e423 Fix -Wdocumentation warning
new a03cb03 [clang-tidy] Add missing meta refresh for cert-msc30-c doc. 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/cert-msc30-c.rst | 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 llvm.
from 2eb0b40 [SelectionDAG] Add support for vector demandedelts in SRA opcodes
new 3cc5ea9 [X86] Add knownbits vector MUL test
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/known-bits-vector.ll | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.