This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 34b5db131b PR19668, PR23034: Fix handling of move constructors and dele [...]
new 56427e245e Reland "Thread Safety Analysis: fix assert_capability."
new ecc330a87c Thread Safety Analysis: warn on nonsensical attributes.
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:
include/clang/Basic/Attr.td | 2 +-
include/clang/Basic/DiagnosticSemaKinds.td | 10 +++++
lib/Analysis/ThreadSafety.cpp | 19 ++++++++-
lib/Sema/SemaDeclAttr.cpp | 63 ++++++++++++++++++++++------
test/Sema/attr-capabilities.c | 15 +++++--
test/SemaCXX/warn-thread-safety-analysis.cpp | 41 +++++++++++++++---
test/SemaCXX/warn-thread-safety-parsing.cpp | 55 ++++++++++++++----------
7 files changed, 159 insertions(+), 46 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 release_50
in repository clang.
from 8df2b6dec1 Merging r310158: ------------------------------------------- [...]
new 05a0489dad Merging r310359: ------------------------------------------- [...]
new 09efbb85a6 Merging r309263: ------------------------------------------- [...]
new 8bca255b15 Merging r308722: ------------------------------------------- [...]
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:
include/clang-c/Index.h | 2 +
lib/CodeGen/TargetInfo.cpp | 17 +-
lib/Sema/SemaCodeComplete.cpp | 5 +-
test/CodeCompletion/uninstantiated_params.cpp | 13 ++
test/CodeGen/arm-float-helpers.c | 233 ++++++++++++++++++++++++++
test/CodeGen/complex-math.c | 12 +-
6 files changed, 266 insertions(+), 16 deletions(-)
create mode 100644 test/CodeCompletion/uninstantiated_params.cpp
create mode 100644 test/CodeGen/arm-float-helpers.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 clang.
from 89be37b467 Restore previous structure ABI behavior for bit-fields with [...]
new 34b5db131b PR19668, PR23034: Fix handling of move constructors and dele [...]
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/DeclCXX.h | 74 ++++++++++-
lib/AST/ASTImporter.cpp | 5 +
lib/AST/DeclCXX.cpp | 34 ++++-
lib/CodeGen/CGCXXABI.cpp | 31 +----
lib/CodeGen/ItaniumCXXABI.cpp | 13 +-
lib/CodeGen/MicrosoftCXXABI.cpp | 52 ++++----
lib/Sema/SemaDeclCXX.cpp | 56 ++++++++-
lib/Serialization/ASTReaderDecl.cpp | 6 +
lib/Serialization/ASTWriter.cpp | 3 +
test/CodeGenCXX/uncopyable-args.cpp | 137 ++++++++++++++++-----
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 49 +++++---
11 files changed, 332 insertions(+), 128 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 compiler-rt.
from 195d1722c NetBSD compatibility nit in asan_test_utils.h
new 00e8d2ff3 Add NetBSD support in asan_interceptors.cc
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/asan/asan_interceptors.cc | 5 +++++
1 file changed, 5 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 release_50
in repository llvm.
from 1f8d6cb9225 Merging r310250: ------------------------------------------ [...]
new 489544d31be Merging r310253 and r310267: ------------------------------ [...]
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/DebugInfo/DWARF/DWARFContext.cpp | 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 llvm.
from 02ffffd2090 [NewGVN] Use a cast instead of a dyn_cast.
new 8e92b2817ea [AMDGPU] Add llvm.amdgpu.update.dpp intrinsic
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/IntrinsicsAMDGPU.td | 9 +++++++++
lib/Target/AMDGPU/VOP1Instructions.td | 8 ++++++++
test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.ll | 17 +++++++++++++++++
3 files changed, 34 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.update.dpp.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 e87e5c313d6 [PDB] Fix linking of function symbols and local variables.
new 02ffffd2090 [NewGVN] Use a cast instead of a dyn_cast.
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/Transforms/Scalar/NewGVN.cpp | 4 +++-
1 file changed, 3 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 release_50
in repository llvm.
from a971137ca99 Merging r310240: ------------------------------------------ [...]
new 1f8d6cb9225 Merging r310250: ------------------------------------------ [...]
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:
tools/llvm-objdump/llvm-objdump.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.