This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4962d4e375 This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
new f37d6ae9c0 [CMake][Fuchsia] Define asan+noexcept multilib
new 55c72b3ecc Fix -Wdocumentation warning. NFCI.
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:
cmake/caches/Fuchsia-stage2.cmake | 10 +++++++++-
include/clang/DirectoryWatcher/DirectoryWatcher.h | 3 +--
lib/Driver/ToolChains/Fuchsia.cpp | 5 +++++
.../lib/aarch64-fuchsia/c++/asan+noexcept/libc++.so | 0
.../lib/x86_64-fuchsia/c++/asan+noexcept/libc++.so | 0
test/Driver/fuchsia.cpp | 3 ++-
6 files changed, 17 insertions(+), 4 deletions(-)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_fuchsia_tree/li [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_fuchsia_tree/li [...]
--
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 480d1d00 [clangd] Mark type hierarchy as a supported feature in the docs
new 960aac25 Simplify with llvm::is_contained. 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:
clang-tidy/bugprone/AssertSideEffectCheck.cpp | 3 +--
clang-tidy/bugprone/ForwardingReferenceOverloadCheck.cpp | 2 +-
clang-tidy/modernize/UseNullptrCheck.cpp | 7 ++-----
modularize/Modularize.cpp | 2 +-
4 files changed, 5 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 gcc.
from b2293739d52 Daily bump.
new 3ab58307455 * gimplify.c (struct gimplify_omp_ctx): Add order_concurre [...]
new 7815bda7cbe PR c/91149 * c-omp.c (c_omp_split_clauses): Fix a pasto i [...]
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:
gcc/ChangeLog | 20 ++
gcc/c-family/ChangeLog | 6 +
gcc/c-family/c-omp.c | 2 +-
gcc/gimplify.c | 24 ++-
gcc/omp-low.c | 165 +++++++++++++++-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/c-c++-common/gomp/order-3.c | 212 +++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/order-4.c | 29 +++
gcc/testsuite/c-c++-common/gomp/reduction-task-3.c | 12 ++
9 files changed, 466 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/order-3.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/order-4.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/reduction-task-3.c
--
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 32e2524a2 Make Python version setting actually effective
new 931c2ec9f [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSD
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:
.../Python/lldbsuite/test/python_api/formatters/TestFormattersSBAPI.py | 1 -
1 file changed, 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.
from eba646b53d Initialize the non-trivial C union bits I added to RecordDec [...]
new 4962d4e375 This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
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/LanguageExtensions.rst | 2 --
docs/ReleaseNotes.rst | 10 ----------
lib/Basic/Version.cpp | 2 ++
lib/Frontend/InitPreprocessor.cpp | 6 ++++++
test/Index/complete-exprs.c | 2 ++
test/Preprocessor/init.c | 4 ++++
utils/builtin-defines.c | 1 +
7 files changed, 15 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 concepts-cxx2a
in repository gcc.
from 8fc3705fe99 Remove added includes of print-tree.h.
new b1483f6d19e Fix unqualified requirement after qualified.
new 78b317d245b * c-cppbuiltin.c (c_cpp_builtins): Bump __cpp_concepts to [...]
new 958d5b0f363 Two more missing spaces.
new 3ec8ee2e0f0 * parser.c (cp_parser_requires_expression): Commit to the [...]
new 2e0117a16f7 Set EXPR_LOCATION on REQUIRES_EXPR.
The 5 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/c-family/c-cppbuiltin.c | 5 +++--
gcc/cp/constraint.cc | 5 +++--
gcc/cp/cp-tree.h | 2 +-
gcc/cp/parser.c | 22 ++++++++++++++++++----
gcc/testsuite/g++.dg/cpp2a/concepts-nested1.C | 13 +++++++++++++
5 files changed, 38 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-nested1.C
--
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 lld.
from aff83c869 [COFF] Add null check in case of symbols defined in LTO blobs
new 1bf9ab1ee Revert "[COFF] Add null check in case of symbols defined in L [...]
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:
COFF/SymbolTable.cpp | 2 +-
test/COFF/Inputs/undefined-symbol-lto-a.ll | 82 ------------------------------
test/COFF/Inputs/undefined-symbol-lto-b.ll | 29 -----------
test/COFF/undefined-symbol-lto.test | 30 -----------
4 files changed, 1 insertion(+), 142 deletions(-)
delete mode 100644 test/COFF/Inputs/undefined-symbol-lto-a.ll
delete mode 100644 test/COFF/Inputs/undefined-symbol-lto-b.ll
delete mode 100644 test/COFF/undefined-symbol-lto.test
--
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 657b099cc2 [Sema] Diagnose default-initialization, destruction, and cop [...]
new eba646b53d Initialize the non-trivial C union bits I added to RecordDec [...]
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/AST/Decl.cpp | 3 +++
1 file changed, 3 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 lldb.
from 620860718 [DWARFContext] Strip leading dot in section names
new 32e2524a2 Make Python version setting actually effective
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:
cmake/modules/LLDBStandalone.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.