This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c8fb489 Always rerun all tests on Windows.
new 5826a88 Removed the m_decl_objects map from ClangASTContext.
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/lldb/Symbol/ClangASTContext.h | 7 -------
include/lldb/Symbol/CompilerDecl.h | 6 ------
include/lldb/Symbol/GoASTContext.h | 11 -----------
include/lldb/Symbol/JavaASTContext.h | 6 ------
include/lldb/Symbol/TypeSystem.h | 6 ------
.../inlines/TestRedefinitionsInInlines.py} | 2 +-
packages/Python/lldbsuite/test/lang/c/inlines/main.c | 19 +++++++++++++++++++
.../ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 11 ++++++++++-
.../Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 8 ++++++++
source/Symbol/ClangASTContext.cpp | 18 ------------------
source/Symbol/CompilerDecl.cpp | 6 ------
source/Symbol/JavaASTContext.cpp | 11 -----------
source/Symbol/Variable.cpp | 9 +--------
13 files changed, 39 insertions(+), 81 deletions(-)
copy packages/Python/lldbsuite/test/lang/{cpp/const_this/TestConstThis.py => c/inl [...]
create mode 100644 packages/Python/lldbsuite/test/lang/c/inlines/main.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-tools-extra.
from 23033da Commiting for http://reviews.llvm.org/D20365
new de7f6bd Commiting for http://reviews.llvm.org/D20365
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/modernize/PassByValueCheck.cpp | 6 ------
test/clang-tidy/modernize-pass-by-value.cpp | 7 -------
2 files changed, 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-tools-extra.
from 4556aed Commiting for http://reviews.llvm.org/D20365
new 23033da Commiting for http://reviews.llvm.org/D20365
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/modernize/PassByValueCheck.cpp | 6 ++++++
test/clang-tidy/modernize-pass-by-value.cpp | 6 ++++++
2 files changed, 12 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 glibc.
from 3375cfa Make padding in struct sockaddr_storage explicit [BZ #20111]
new bc779a1 CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]
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:
ChangeLog | 7 +++++++
NEWS | 4 ++++
sunrpc/clnt_udp.c | 10 +++++++++-
3 files changed, 20 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 clang-tools-extra.
from cb223d7 Fix docs
new 4556aed Commiting for http://reviews.llvm.org/D20365
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/misc/MacroParenthesesCheck.cpp | 4 ++++
test/clang-tidy/misc-macro-parentheses.cpp | 2 ++
2 files 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 lld.
from 742e9af Do not split mergeable sections if they are gc'ed.
new 8ed475c Remove dead code.
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/OutputSections.h | 4 ----
1 file changed, 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 glibc.
from d912d3a conformtest: Correct some limits.h expectations for XPG3, XPG4.
new 3375cfa Make padding in struct sockaddr_storage explicit [BZ #20111]
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:
ChangeLog | 23 ++++
bits/sockaddr.h | 5 +-
bits/socket.h | 8 +-
inet/Makefile | 4 +-
inet/tst-sockaddr.c | 125 +++++++++++++++++++++
sysdeps/mach/hurd/bits/socket.h | 8 +-
sysdeps/unix/bsd/bits/sockaddr.h | 5 +-
sysdeps/unix/sysv/linux/bits/socket.h | 8 +-
.../unix/sysv/linux/m68k/bits}/sockaddr.h | 5 +-
9 files changed, 175 insertions(+), 16 deletions(-)
create mode 100644 inet/tst-sockaddr.c
copy {bits => sysdeps/unix/sysv/linux/m68k/bits}/sockaddr.h (90%)
--
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 7333a98 [WebAssembly] Speed up LiveIntervals updating.
new 645115f fix formatting; NFC
new 2766530 llvm-dwp: More error handling around invalid compressed sections
new 68e7451 use range-loop; NFCI
new 50c861b fix typo; NFC
The 4 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/Analysis/ValueTracking.cpp | 6 ++----
lib/Target/X86/X86VZeroUpper.cpp | 8 +++-----
test/tools/llvm-dwp/Inputs/empty_compressed_section.dwo | Bin 0 -> 1161 bytes
test/tools/llvm-dwp/Inputs/invalid_compressed.dwo | Bin 0 -> 1281 bytes
test/tools/llvm-dwp/X86/compressfail.test | 4 +++-
tools/llvm-dwp/llvm-dwp.cpp | 11 ++++-------
6 files changed, 12 insertions(+), 17 deletions(-)
create mode 100644 test/tools/llvm-dwp/Inputs/empty_compressed_section.dwo
create mode 100644 test/tools/llvm-dwp/Inputs/invalid_compressed.dwo
--
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 openmp.
from 531ce2a Allow unit testing on Windows
new 58cc7e0 Fork performance improvements
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:
CREDITS.txt | 4 +++
runtime/src/kmp.h | 14 +++++++----
runtime/src/kmp_runtime.c | 64 ++++++++++++++++++++++++++++-------------------
3 files changed, 51 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 gcc.
from 99583d0 * tree-ssa-threadbackward.c (profitable_jump_thread_path): N [...]
new c0205ba match.pd: Relax some tree_nop_conversion_p
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 | 5 +++++
gcc/match.pd | 36 ++++++++++++++++++++--------------
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/fold-notshift-2.c | 6 +++---
4 files changed, 33 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.