This is an automated email from the git hooks/post-receive script.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 8ad9fca [Cron] Add a new crontab builder for debug purposes
new dd4fee9 [cron] Simplify running check
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:
helpers/llvm-cron-build | 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 a5e0c3c [clang-tidy-vs] Fix ClangTidy extension name in the manifest.
new 00678f4 [change-namespace] don't miss comments in the beginning of a [...]
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:
change-namespace/ChangeNamespace.cpp | 54 ++++++++++++++++------
.../change-namespace/ChangeNamespaceTests.cpp | 32 +++++++++++++
2 files changed, 73 insertions(+), 13 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 732d5fc LTO: Don't follow lazy references when seeing new definitions [...]
new e90cf88 Alternative fix for reloc tareting discarded section
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:
ELF/LinkerScript.cpp | 6 ++++++
ELF/Symbols.cpp | 11 -----------
test/ELF/linkerscript/discard-section.s | 3 +--
3 files changed, 7 insertions(+), 13 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 4a6c659 Reinstate r283887 and r283882.
new a7735ef [ARM] Fix - missing target-cpu in test
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/Driver/arm-cortex-cpus.c | 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.
Renato Golin pushed a change to branch master
in repository toolchain/llvm/linaro-scripts.
from 250b7aa Add LINK_JOBS logic to all three builder scripts
new 8ad9fca [Cron] Add a new crontab builder for debug purposes
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:
helpers/llvm-cron-build | 81 +++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 81 insertions(+)
create mode 100755 helpers/llvm-cron-build
--
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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 13a4466 Fix eglibc checkout path.
new 82ca622 Fix erroneous check for upstream branch
new 0b461af Refactor branch update into separate function.
new fe52257 Use separate code paths for updating branches, revisions and tags.
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:
lib/checkout.sh | 108 +++++++++++++++++++++++++++++++++++++++-----------------
1 file changed, 76 insertions(+), 32 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 fe1f02d Add missing return to uninitialized_default_construct_n
new 5dcf8c3 Simplify std::call_once implementation
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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/include/std/mutex | 30 +++++++-----------------------
2 files changed, 10 insertions(+), 23 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 86f83e0 [CodeCompletion] Show protocol properties that are accessed t [...]
new 4a6c659 Reinstate r283887 and r283882.
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/Decl.h | 27 ++++++++++-
lib/AST/Decl.cpp | 53 ++++++++++++++++++++++
lib/Sema/SemaDecl.cpp | 16 +++++++
lib/Sema/SemaTemplate.cpp | 47 +++++++++++++------
lib/Sema/SemaTemplateInstantiateDecl.cpp | 40 ++++++++--------
lib/Sema/SemaType.cpp | 4 ++
lib/Serialization/ASTReaderDecl.cpp | 24 ++++++++++
lib/Serialization/ASTWriterDecl.cpp | 4 ++
test/Modules/Inputs/PR28752/Subdir1/b.h | 1 +
.../Modules/Inputs/PR28752/Subdir1/c.h | 0
.../Inputs/PR28752/Subdir1/module.modulemap | 5 ++
test/Modules/Inputs/PR28752/a.h | 1 +
.../Inputs/{cxx-dtor => PR28752}/module.modulemap | 1 -
test/Modules/Inputs/PR28752/vector | 28 ++++++++++++
test/Modules/pr28752.cpp | 19 ++++++++
15 files changed, 233 insertions(+), 37 deletions(-)
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/b.h
copy bindings/python/tests/__init__.py => test/Modules/Inputs/PR28752/Subdir1/c.h (100%)
create mode 100644 test/Modules/Inputs/PR28752/Subdir1/module.modulemap
create mode 100644 test/Modules/Inputs/PR28752/a.h
copy test/Modules/Inputs/{cxx-dtor => PR28752}/module.modulemap (50%)
create mode 100644 test/Modules/Inputs/PR28752/vector
create mode 100644 test/Modules/pr28752.cpp
--
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 binutils-gdb.
from 187f5d0 [AArch64] Track FP registers in prologue analyzer
new b845c31 arc: Add a gdbarch_tdep structure
new aaf43c4 arc: Add evaluation of long jump targets
new 4a2f482 arc: Add support for Newlib
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:
gdb/ChangeLog | 17 +++++++++++++
gdb/arc-newlib-tdep.c | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++
gdb/arc-tdep.c | 35 ++++++++++++++++++++++++--
gdb/arc-tdep.h | 9 +++++++
gdb/configure.tgt | 7 +++++-
5 files changed, 134 insertions(+), 3 deletions(-)
create mode 100644 gdb/arc-newlib-tdep.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 38df4e8 [Sema] Handle transparent_union attributes in C mode only
new 86f83e0 [CodeCompletion] Show protocol properties that are accessed t [...]
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/Sema/SemaCodeComplete.cpp | 23 +++++++++++-----------
test/CodeCompletion/objc-protocol-member-access.m | 24 +++++++++++++++++++++++
2 files changed, 36 insertions(+), 11 deletions(-)
create mode 100644 test/CodeCompletion/objc-protocol-member-access.m
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.