This is an automated email from the git hooks/post-receive script.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards cf231df tcwg-rr-llvm-kernel: Update kernel repo
new 397eba9 tcwg-rr-llvm-kernel: Update kernel repo
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cf231df)
\
N -- N -- N refs/heads/llvm-kernel-v2 (397eba9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 38be104 tcwg-rr-llvm-kernel: Update kernel repo
new cf231df tcwg-rr-llvm-kernel: Update kernel repo
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (38be104)
\
N -- N -- N refs/heads/llvm-kernel-v2 (cf231df)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 4 ++--
1 file changed, 2 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 clang-tools-extra.
from 3ec7cea6 [clang-tidy] Abseil: faster strsplit delimiter check
new ef9c2c07 [clang-tidy] Add Abseil prefix to documentation
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/index.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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 456a4c9 tcwg-rr-llvm-kernel: Update kernel repo
new 38be104 tcwg-rr-llvm-kernel: Update kernel repo
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (456a4c9)
\
N -- N -- N refs/heads/llvm-kernel-v2 (38be104)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 3 ++-
1 file changed, 2 insertions(+), 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 0412bdb0 [clangd] Implement BOOST iterator
new 13c11ff1 [clangd] Get rid of regexes in CanonicalIncludes
new 3ec7cea6 [clang-tidy] Abseil: faster strsplit delimiter check
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:
clang-tidy/abseil/AbseilTidyModule.cpp | 3 +
clang-tidy/abseil/CMakeLists.txt | 1 +
clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp | 131 ++
clang-tidy/abseil/FasterStrsplitDelimiterCheck.h | 36 +
clangd/index/CanonicalIncludes.cpp | 1342 ++++++++++----------
clangd/index/CanonicalIncludes.h | 24 +-
docs/ReleaseNotes.rst | 6 +
.../checks/abseil-faster-strsplit-delimiter.rst | 41 +
docs/clang-tidy/checks/list.rst | 1 +
.../abseil-faster-strsplit-delimiter.cpp | 99 ++
10 files changed, 1005 insertions(+), 679 deletions(-)
create mode 100644 clang-tidy/abseil/FasterStrsplitDelimiterCheck.cpp
create mode 100644 clang-tidy/abseil/FasterStrsplitDelimiterCheck.h
create mode 100644 docs/clang-tidy/checks/abseil-faster-strsplit-delimiter.rst
create mode 100644 test/clang-tidy/abseil-faster-strsplit-delimiter.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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards aaaacab tcwg-rr-llvm-kernel: Update kernel repo
new 456a4c9 tcwg-rr-llvm-kernel: Update kernel repo
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (aaaacab)
\
N -- N -- N refs/heads/llvm-kernel-v2 (456a4c9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
tcwg-rr-llvm-kernel.sh | 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.
from ce918162e6 [analyzer] Improve `CallDescription` to handle c++ method.
new f79d769607 [CodeGen] Look at the type of a block capture field rather t [...]
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/CGBlocks.cpp | 32 +++++------
test/CodeGenObjCXX/block-nested-in-lambda.cpp | 23 --------
test/CodeGenObjCXX/block-nested-in-lambda.mm | 82 +++++++++++++++++++++++++++
3 files changed, 98 insertions(+), 39 deletions(-)
delete mode 100644 test/CodeGenObjCXX/block-nested-in-lambda.cpp
create mode 100644 test/CodeGenObjCXX/block-nested-in-lambda.mm
--
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 c8fb39ef [clangd] Make FileIndex aware of the main file
new 0412bdb0 [clangd] Implement BOOST 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:
clangd/index/dex/DexIndex.cpp | 9 ++--
clangd/index/dex/Iterator.cpp | 73 ++++++++++++++++++++++++++--
clangd/index/dex/Iterator.h | 44 ++++++++++++++---
unittests/clangd/DexIndexTests.cpp | 99 +++++++++++++++++++++++++++-----------
4 files changed, 185 insertions(+), 40 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 gcc.
from 8073a327817 [2/2] Fix bogus inner induction (PR 86725)
new 577b0b07be7 combine: Do another check before splitting a parallel (PR86771)
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:
gcc/ChangeLog | 6 ++++++
gcc/combine.c | 10 ++++++++--
2 files changed, 14 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.
"Maxim Kuvyrkov pushed a change to branch llvm-kernel-v2
in repository toolchain/jenkins-scripts.
discards 4532193 tcwg-rr-llvm-kernel: Update kernel repo
new aaaacab tcwg-rr-llvm-kernel: Update kernel repo
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (4532193)
\
N -- N -- N refs/heads/llvm-kernel-v2 (aaaacab)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
jenkins-helpers.sh | 2 +-
tcwg-rr-llvm-kernel.sh | 29 +++++++++++++++++++++--------
2 files changed, 22 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.