This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from bf81ebb712 [tests] Remove Python tests from check-all due to breakage
new fad46737bf [Lex] TokenConcatenation now takes const Preprocessor
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:
.../Checkers/UninitializedObject/UninitializedObject.h | 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 libcxx.
from 2199647ac Prefer to use the __is_XXX compiler intrinsics to the (old, b [...]
new b233fda72 Revert commit r344254; does not work with C++03
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/type_traits | 53 ++++++++++++++---------------------------------------
1 file changed, 14 insertions(+), 39 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 6886d87783 Improve -Wshadow warnings with enumerators.
new bf81ebb712 [tests] Remove Python tests from check-all due to breakage
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:
bindings/python/tests/CMakeLists.txt | 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 gcc.
from ba9d9b09221 PR libstdc++/80538 Only call sleep for non-zero values
new e8872641187 multiline.exp: complain about mismatched dg-{begin|end}-mul [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/lib/multiline.exp | 27 +++++++++++++++++++++------
2 files changed, 30 insertions(+), 6 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.
thomas.preudhomme pushed a change to branch linaro-local/thomas.preudhomme/tcwg-1428-rebase
in repository toolchain/llvm/llvm.
discards a319a84535c FileCheck: Add support for variable expressions
new a0f161fccb2 FileCheck: Add support for variable expressions
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 (a319a84535c)
\
N -- N -- N refs/heads/linaro-local/thomas.preudhomme/tcwg-1428-reba [...]
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:
include/llvm/Support/FileCheck.h | 114 ++-------------------------------------
lib/Support/FileCheck.cpp | 96 +++++++++++++++++++++++++++++++++
2 files changed, 101 insertions(+), 109 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 77a2b784ed [tests] Include Python binding tests in CMake rules
new 6886d87783 Improve -Wshadow warnings with enumerators.
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/SemaDecl.cpp | 11 +++++++++--
test/Sema/warn-shadow.c | 5 +++++
test/SemaCXX/warn-shadow.cpp | 3 +++
3 files changed, 17 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 gcc.
from c488a0b5554 Elide repeated RTL elements.
new ba9d9b09221 PR libstdc++/80538 Only call sleep for non-zero values
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:
libstdc++-v3/ChangeLog | 10 +++++++
libstdc++-v3/src/c++11/thread.cc | 35 ++++++++++++++++------
.../testsuite/30_threads/this_thread/60421.cc | 15 ++++++++--
3 files changed, 48 insertions(+), 12 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 17773010d4 Some improvements to the OpenBSD driver.
new 77a2b784ed [tests] Include Python binding tests in CMake rules
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:
CMakeLists.txt | 5 ++++-
bindings/python/tests/CMakeLists.txt | 8 ++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 bindings/python/tests/CMakeLists.txt
--
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 851f70b951 Add support for 'dynamic_allocators' clause on 'requires' di [...]
new 17773010d4 Some improvements to the OpenBSD driver.
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/Driver/ToolChains/OpenBSD.cpp | 64 ++++++++++++++++++---------------------
lib/Driver/ToolChains/OpenBSD.h | 8 +++++
test/Driver/openbsd.c | 18 +++++------
test/Driver/openbsd.cpp | 19 ++++++++++++
4 files changed, 66 insertions(+), 43 deletions(-)
create mode 100644 test/Driver/openbsd.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 5aad99f4 [clangd] Remove no-op crash handler, we never set a crash context.
new ba0ffb87 [clang-move] Remove clang:: qualifier
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-move/ClangMove.cpp | 123 +++++++++++++++++++++--------------------------
1 file changed, 54 insertions(+), 69 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.