This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from d4025eed63 [Sema] Add __is_aggregate type-trait
new 87e869da7e [clang-cl] Make all sanitizer flags available in clang-cl
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/Driver/Options.td | 62 +++++++++++++++++++++++++----------------
test/Driver/fsanitize.c | 3 ++
2 files changed, 41 insertions(+), 24 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 39683f13 Fix incorrectly qualified return type from unique_ptr::get_d [...]
new 22381ddf Implement part of LWG#2857 - any/optional. Still to do - vari [...]
new 9bd669bd Additional test file for r300123
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/any | 28 ++++++----
include/optional | 12 ++--
.../any/any.class/any.modifiers/emplace.pass.cpp | 36 +++++++++---
.../optional.object.assign/emplace.pass.cpp | 64 ++++++++++++++++------
4 files changed, 97 insertions(+), 43 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 6d5fdc11 [libc++] Use more appropriate conditional for ABI macro definition
new 39683f13 Fix incorrectly qualified return type from unique_ptr::get_d [...]
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/memory | 20 ++++++-----
.../get_deleter.pass.cpp | 41 ++++++++++++++++------
.../get_deleter.pass.cpp | 41 ++++++++++++++++------
test/support/test_macros.h | 2 +-
4 files changed, 73 insertions(+), 31 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 lld.
from 03f0e19df [coff] default to multiple parallel ThinLTO jobs
new effbf0513 Make a few tests shorter. 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:
test/ELF/linkerscript/at.s | 25 +++------------
test/ELF/linkerscript/memory.s | 52 ++++++++-----------------------
test/ELF/linkerscript/numbers.s | 12 ++-----
test/ELF/linkerscript/outsections-addr.s | 22 +++----------
test/ELF/linkerscript/page-size.s | 4 +--
test/ELF/linkerscript/sections-sort.s | 5 +--
test/ELF/linkerscript/symbol-assignexpr.s | 4 +--
7 files changed, 29 insertions(+), 95 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 ab28f3b39e5 AMDGPU: Fix invalid copies when copying i1 to phys reg
new 7c6ef2a2995 [IR] Assert that we never create an empty AttributeListImpl, NFC
new 53726fa11ac [ValueTracking] Teach GetUnderlyingObject to stop when it r [...]
new f31bea8f808 [IR] Make AttributeSet constructor from AttributeSetNode* explicit
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/llvm/IR/Attributes.h | 2 +-
lib/Analysis/ValueTracking.cpp | 3 +++
lib/IR/Attributes.cpp | 25 ++++++++++++-------------
3 files changed, 16 insertions(+), 14 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 57860dbd4f [analyzer] Add a check for IvarRegion in getExtraInvalidatedValues
new d4025eed63 [Sema] Add __is_aggregate type-trait
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 | 1 +
include/clang/Basic/TokenKinds.def | 1 +
include/clang/Basic/TypeTraits.h | 1 +
lib/Parse/ParseDeclCXX.cpp | 1 +
lib/Parse/ParseExpr.cpp | 2 +
lib/Sema/SemaExprCXX.cpp | 7 ++
test/PCH/cxx-traits.cpp | 1 +
test/PCH/cxx-traits.h | 1 +
test/SemaCXX/type-traits.cpp | 130 +++++++++++++++++++++++++++++++++++--
9 files changed, 138 insertions(+), 7 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 55d4858d [clangd] Rename ClangDMain.cpp -> ClangdMain.cpp, NFC
new 0b28a867 Fix clang-tidy shared link with libc++
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/tool/CMakeLists.txt | 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 llvm.
from bb9002fbb26 [AMDGPU] Generate range metadata for workitem id
new ab28f3b39e5 AMDGPU: Fix invalid copies when copying i1 to phys reg
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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 30 ++++++++++++++++++++++++--
lib/Target/AMDGPU/SIISelLowering.h | 2 +-
test/CodeGen/AMDGPU/inline-asm.ll | 36 ++++++++++++++++++++++++++++++++
4 files changed, 66 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.
unknown user pushed a change to branch master
in repository clang.
from 328c50cd2a [modules] Delay calling DeclMustBeEmitted until it's safe.
new 57860dbd4f [analyzer] Add a check for IvarRegion in getExtraInvalidatedValues
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/StaticAnalyzer/Core/CallEvent.cpp | 12 +++++++-----
test/Analysis/properties.m | 16 ++++++++++++++++
2 files changed, 23 insertions(+), 5 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 lldb.
from acdc69325 Add libc++ category to the remaining libc++ data formatters
new d742d081f Support Unit Testing debugserver
new a5d7452c3 [NFC] Adding a new wrapper for getaddrinfo
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/lldb/Host/SocketAddress.h | 16 +++
source/Host/common/SocketAddress.cpp | 48 ++++++++
tools/debugserver/source/CMakeLists.txt | 87 +++++++++++---
tools/debugserver/source/MacOSX/CMakeLists.txt | 67 -----------
unittests/CMakeLists.txt | 4 +
unittests/debugserver/CMakeLists.txt | 19 ++++
unittests/debugserver/RNBSocketTest.cpp | 133 ++++++++++++++++++++++
unittests/debugserver/debugserver_LogCallback.cpp | 20 ++++
8 files changed, 309 insertions(+), 85 deletions(-)
create mode 100644 unittests/debugserver/CMakeLists.txt
create mode 100644 unittests/debugserver/RNBSocketTest.cpp
create mode 100644 unittests/debugserver/debugserver_LogCallback.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.