This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 3a148c7 Switch HostInfoNetBSD::GetProgramFileSpec to sysctl(7)
new 1e33f36 Add NetBSD support in Host::GetCurrentThreadID
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/Host/common/Host.cpp | 6 ++++++
1 file changed, 6 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 master
in repository clang.
from 3506666 clang-format: [JS] Properly set scopes inside template strings.
new dde2f76 [clang-format] Fix regression merging comments across newlines.
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/Format/BreakableToken.cpp | 17 +++++++++++++++++
lib/Format/UnwrappedLineParser.cpp | 7 ++++++-
unittests/Format/FormatTest.cpp | 18 ++++++++++++++++++
3 files changed, 41 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 master
in repository gcc.
from df5a72e Call symbol_summary<>::release instead of ~symbol_summary (PR [...]
new c8a0ba4 2017-01-31 Michael Meissner <meissner(a)linux.vnet.ibm.com>
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/ChangeLog | 40 +++++
gcc/config/rs6000/rs6000-protos.h | 2 -
gcc/config/rs6000/rs6000.c | 86 -----------
gcc/config/rs6000/rs6000.md | 313 +++++++++++++++++---------------------
4 files changed, 182 insertions(+), 259 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 cb14d02 Workaround new -Wshadow warning introduced by r293599
new 90b3732 Fix up some no-exception compile failures
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:
.../basic.string/string.cons/copy_alloc.pass.cpp | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 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 815735e clang-format: [JS] Fix incorrect line break in template strings.
new 3506666 clang-format: [JS] Properly set scopes inside template strings.
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/Format/FormatToken.h | 4 ++++
lib/Format/TokenAnnotator.cpp | 4 +++-
unittests/Format/FormatTestJS.cpp | 7 +++++++
3 files changed, 14 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 master
in repository compiler-rt.
from f9b0137 [lsan] Renable LSan for x86 Linux
new 9a61068 [lsan] Disable stale_stack_leak.cc testcase on x86
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/lsan/TestCases/stale_stack_leak.cc | 3 +++
1 file changed, 3 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 master
in repository libcxx.
from 9247fd2 Fix PR#31779: basic_string::operator= isn't exception safe.
new cb14d02 Workaround new -Wshadow warning introduced by r293599
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/std/strings/basic.string/string.cons/copy_alloc.pass.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 clang.
from 7135967 [clang-format] Don't reflow comment lines starting with '@'.
new 815735e clang-format: [JS] Fix incorrect line break in template strings.
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/Format/TokenAnnotator.cpp | 8 +++++---
unittests/Format/FormatTestJS.cpp | 4 ++++
2 files changed, 9 insertions(+), 3 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 binutils-gdb.
from 07fbc63 Automatic date update in version.in
new 1273da0 Fix buffer overflows in ld when printing translated strings.
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:
ld/ChangeLog | 5 +++++
ld/ldlang.c | 5 +----
ld/ldmain.c | 6 +-----
3 files changed, 7 insertions(+), 9 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 23e4624 [clang-format] Refactor WhitespaceManager and friends
new 7135967 [clang-format] Don't reflow comment lines starting with '@'.
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/Format/BreakableToken.cpp | 4 +++-
unittests/Format/FormatTest.cpp | 9 +++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.