This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 81f58e50 Rewrite and cleanup unique_ptr tests.
new 9ea4041d [libcxx] Fix check-cxx-abilist on OS X
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/CMakeLists.txt | 10 ++++------
lib/libc++abi-new-delete.exp | 8 ++++++++
lib/libc++abi2.exp | 8 --------
3 files changed, 12 insertions(+), 14 deletions(-)
create mode 100644 lib/libc++abi-new-delete.exp
--
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 918a342711 [Coverage] Use the new getInstrProfSectionName API (NFC)
new f79091e91f [ObjC] Use empty Objective-C collection literal constants wh [...]
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/Basic/ObjCRuntime.h | 14 ++++++++
lib/CodeGen/CGObjC.cpp | 16 +++++++--
lib/Sema/SemaExprCXX.cpp | 12 +++++++
test/CodeGenObjC/empty-collection-literals.m | 51 ++++++++++++++++++++++++++++
4 files changed, 91 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenObjC/empty-collection-literals.m
--
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 a57c52b8d32 [libcp1] handle anon aggregates linkage-named by typedefs
new 94aee2f7534 rs6000: Testcase 20050830-1.c no longer fails (PR66612)
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 | 5 +++++
gcc/testsuite/gcc.target/powerpc/20050830-1.c | 3 +--
2 files changed, 6 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 ce326081d5b Daily bump.
new a57c52b8d32 [libcp1] handle anon aggregates linkage-named by typedefs
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/cp/ChangeLog | 6 ++++
gcc/cp/decl.c | 75 +++++++++++++++++++++++++++++---------------------
gcc/cp/decl.h | 1 +
libcc1/ChangeLog | 4 +++
libcc1/libcp1plugin.cc | 9 ++++++
5 files changed, 64 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 aoliva/libcp1
in repository gcc.
from 90fd990da2c [libcp1] handle anon aggregates linkage-named by typedefs
new c976fa35390 Revert "[libcp1] handle anon aggregates linkage-named by typedefs"
new 65220fe82f0 [libcp1] handle anon aggregates linkage-named by typedefs
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/cp/ChangeLog | 6 ++++
gcc/cp/decl.c | 75 +++++++++++++++++++++++++++++---------------------
gcc/cp/decl.h | 1 +
libcc1/ChangeLog | 4 +++
libcc1/libcp1plugin.cc | 12 +-------
5 files changed, 56 insertions(+), 42 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 075221e60 [Interpreter] Make a static func a lambda and remove always_inline.
new ae791492d Fix crash when completing in the current directory.
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:
source/Commands/CommandCompletions.cpp | 5 ++-
unittests/Interpreter/TestCompletion.cpp | 57 +++++++++++++++++++++-----------
2 files changed, 41 insertions(+), 21 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 82a50d64 [libcxx] Direct support for Fuchsia
new dfac40a8 Make clang-format use C++03 syntax
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-format | 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 lld.
from ccdfcc27f [MachO/AArch64] Merge multiple switch cases into one. NFCI.
new 4438a951e [MachO/X86_64] Simplify isDataInCodeTransition().
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/ReaderWriter/MachO/ArchHandler_x86.cpp | 9 +--------
1 file changed, 1 insertion(+), 8 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 f232b3ab6 [ELF] Remove unused member [NFC]
new ccdfcc27f [MachO/AArch64] Merge multiple switch cases into one. NFCI.
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/ReaderWriter/MachO/ArchHandler_arm64.cpp | 4 ----
1 file changed, 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.