This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c2ca61f3d0 [modules ts] Diagnose 'export' declarations outside of a mod [...]
new 3c0d35600d Placate MSVC's narrowing conversion unhappiness.
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/Serialization/ASTWriter.cpp | 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 binutils-gdb.
from a49abe0bb1 Automatic date update in version.in
new 23bcc18f47 Don't memcpy non-trivially-copyable types: Make enum_flags t [...]
new 5625a28641 Don't memset non-POD types: struct bp_location
new b5c3668253 Don't memset non-POD types: struct btrace_insn
new 16c4d54a71 Don't memset non-POD types: struct breakpoint
new b0b92aeb38 Poison non-POD memset & non-trivially-copyable memcpy/memmove
The 5 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 | 43 ++++++++++++++++
gdb/ada-lang.c | 19 +++----
gdb/breakpoint.c | 25 ++-------
gdb/breakpoint.h | 125 +++++++++++++++++++++++----------------------
gdb/btrace.c | 23 +++++----
gdb/common/common-defs.h | 1 +
gdb/common/enum-flags.h | 10 ----
gdb/common/function-view.h | 40 ++-------------
gdb/common/poison.h | 83 ++++++++++++++++++++++++++++++
gdb/common/traits.h | 30 ++++++++++-
10 files changed, 247 insertions(+), 152 deletions(-)
create mode 100644 gdb/common/poison.h
--
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 dfdc0123e Replace a binary .so with a text .s.
new 567009ac7 Export __progname even if a -dynamic-list is given.
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/SymbolTable.cpp | 19 ++++++++++++++-----
test/ELF/progname.s | 4 ++++
2 files changed, 18 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 6adc4be89 Fixed two bad Makefiles that might be breaking Linux.
new 3d84dae21 Name the C++ source files for two tests correctly.
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:
.../Python/lldbsuite/test/lang/cpp/llvm-style/{main.cc => main.cpp} | 2 +-
packages/Python/lldbsuite/test/lang/cpp/symbols/{main.cc => main.cpp} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename packages/Python/lldbsuite/test/lang/cpp/llvm-style/{main.cc => main.cpp} (93%)
rename packages/Python/lldbsuite/test/lang/cpp/symbols/{main.cc => main.cpp} (94%)
--
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 gcc-7-branch
in repository gcc.
from d804c662557 Regenerate .pot files.
new 73793b8e559 Daily bump.
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/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 gcc.
from 6a74b8c52cd 2017-04-22 Janus Weil <janus(a)gcc.gnu.org>
new e2ddb466506 Daily bump.
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/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 gcc-6-branch
in repository gcc.
from 1b189e8fce2 Daily bump.
new 3d08223885b Daily bump.
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/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 gcc-5-branch
in repository gcc.
from 19a7f7f0e1d Daily bump.
new 789788a9250 Daily bump.
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/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 lldb.
from 52133c6a2 [Expression parser] Return both types and variables
new 6adc4be89 Fixed two bad Makefiles that might be breaking Linux.
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:
packages/Python/lldbsuite/test/lang/cpp/llvm-style/Makefile | 2 +-
packages/Python/lldbsuite/test/lang/cpp/symbols/Makefile | 2 +-
2 files 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 lld.
from 9e4d5be91 Handle _LINK_ env string as command line parameters.
new 0537f8f99 Remove a useless temporary variable.
new dfdc0123e Replace a binary .so with a text .s.
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:
ELF/Symbols.cpp | 3 +--
test/ELF/Inputs/progname-ver.s | 3 +++
test/ELF/Inputs/progname-ver.so | Bin 1680 -> 0 bytes
test/ELF/progname.s | 28 ++++++++--------------------
4 files changed, 12 insertions(+), 22 deletions(-)
create mode 100644 test/ELF/Inputs/progname-ver.s
delete mode 100755 test/ELF/Inputs/progname-ver.so
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.