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 a1536e85 [clangd] Only log ignored diagnostics with -log=verbose.
new 60b7c871 [clangd] Remove didOpen extraFlags extension.
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/ClangdLSPServer.cpp | 14 ----------
clangd/ClangdLSPServer.h | 6 -----
clangd/GlobalCompilationDatabase.cpp | 33 +----------------------
clangd/GlobalCompilationDatabase.h | 9 -------
clangd/Protocol.cpp | 11 +-------
clangd/Protocol.h | 8 ------
test/clangd/extra-flags.test | 52 ------------------------------------
7 files changed, 2 insertions(+), 131 deletions(-)
delete mode 100644 test/clangd/extra-flags.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-allnoconfig
in repository toolchain/gcc.
from c518e44cdc7 Daily bump.
adds f9b1fe785c1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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 clang-tools-extra.
from ac8e6e25 [clang-tidy] Get ClangTidyContext out of the business of stor [...]
new a1536e85 [clangd] Only log ignored diagnostics with -log=verbose.
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/Compiler.cpp | 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.
from bf057b6fc5 [analyzer][CTU] Correctly signal in the function index gener [...]
new 8974976622 Add support for 'atomic_default_mem_order' clause on 'requir [...]
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/AST/OpenMPClause.h | 79 ++++++++++++++++++++++
include/clang/AST/RecursiveASTVisitor.h | 6 ++
include/clang/Basic/OpenMPKinds.def | 11 +++
include/clang/Basic/OpenMPKinds.h | 8 +++
include/clang/Sema/Sema.h | 5 ++
lib/AST/DeclPrinter.cpp | 8 +--
lib/AST/OpenMPClause.cpp | 10 +++
lib/AST/StmtProfile.cpp | 3 +
lib/Basic/OpenMPKinds.cpp | 16 +++++
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/Parse/ParseOpenMP.cpp | 4 ++
lib/Sema/SemaOpenMP.cpp | 25 +++++++
lib/Sema/TreeTransform.h | 7 ++
lib/Serialization/ASTReader.cpp | 13 +++-
lib/Serialization/ASTWriter.cpp | 7 ++
...ss_ast_print.cpp => requires_acq_rel_print.cpp} | 13 +---
...ddress_ast_print.cpp => requires_ast_print.cpp} | 3 +
..._address_messages.cpp => requires_messages.cpp} | 19 +++++-
...ss_ast_print.cpp => requires_relaxed_print.cpp} | 13 +---
tools/libclang/CIndex.cpp | 3 +
20 files changed, 225 insertions(+), 29 deletions(-)
copy test/OpenMP/{requires_unified_address_ast_print.cpp => requires_acq_rel_print [...]
copy test/OpenMP/{requires_unified_address_ast_print.cpp => requires_ast_print.cpp} (88%)
rename test/OpenMP/{requires_unified_address_messages.cpp => requires_messages.cpp} (58%)
rename test/OpenMP/{requires_unified_address_ast_print.cpp => requires_relaxed_pri [...]
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/gcc.
from c518e44cdc7 Daily bump.
adds f9b1fe785c1 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from eaf24c5de40 Merging r345002:
new 9dbcfff6bfe Merging r341312:
new 64664c32012 Merging r344454, r344455, r344645:
new edff2fb4d12 Merging r342354:
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:
clang/lib/Driver/ToolChains/Gnu.cpp | 2 +-
clang/test/Driver/linux-ld.c | 8 ++
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h | 1 +
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +-
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | 119 ++++++++++++---------
llvm/test/Transforms/InstCombine/pr39177.ll | 44 ++++++++
7 files changed, 128 insertions(+), 53 deletions(-)
create mode 100644 llvm/test/Transforms/InstCombine/pr39177.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 llvm.
from 44ee0056851 [DAGCombiner] Remove reduceBuildVecConvertToConvertBuildVec [...]
new 11ef6e19fe8 Allow null-valued function operands in getCalledFunction()
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/IR/Instructions.h | 2 +-
unittests/IR/MetadataTest.cpp | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.