This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4901488725 [Sema] Extend -Wenum-compare to handle mixed enum comparison [...]
new 1a33443272 [clang-format] Put '/**' and '*/' on own lines in jsdocs end [...]
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 | 18 +++++++++-----
lib/Format/BreakableToken.h | 8 +++----
lib/Format/ContinuationIndenter.cpp | 4 ++--
unittests/Format/FormatTestJS.cpp | 47 +++++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+), 12 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 llvm.
from c214702acde [GlobalOpt] Switch an explicit loop to llvm::all_of(). NFCI.
new 722597ed5b7 [LCG] Completely remove the map-based association of post-o [...]
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/Analysis/LazyCallGraph.cpp | 69 +++++++++++++++++++++---------------------
1 file changed, 34 insertions(+), 35 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 llvm.
from 5428aff18cc [LCG] Special case when removing a ref edge from a RefSCC l [...]
new c214702acde [GlobalOpt] Switch an explicit loop to llvm::all_of(). 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/Transforms/IPO/GlobalOpt.cpp | 7 ++-----
1 file changed, 2 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 72d7384b7 Add existing unit tests to Xcode project
new 79a45110f Expose active and available platform lists via SBDebugger API
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/API/SBDebugger.h | 19 ++++++
include/lldb/API/SBStructuredData.h | 1 +
.../functionalities/platform/TestPlatformPython.py | 70 ++++++++++++++++++++++
.../python_api/default-constructor/sb_debugger.py | 4 ++
scripts/interface/SBDebugger.i | 28 +++++++++
source/API/SBDebugger.cpp | 64 ++++++++++++++++++++
6 files changed, 186 insertions(+)
create mode 100644 packages/Python/lldbsuite/test/functionalities/platform/TestPla [...]
--
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 affd12878e9 [LCG] Switch one of the update methods for the LazyCallGrap [...]
new 5428aff18cc [LCG] Special case when removing a ref edge from a RefSCC l [...]
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/Analysis/LazyCallGraph.cpp | 41 +++++++++++++++++++++++++++++------------
1 file changed, 29 insertions(+), 12 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 llvm.
from 2b75fd62ba2 [X86] Add the rest of the ADC and SBB instructions to isDef [...]
new affd12878e9 [LCG] Switch one of the update methods for the LazyCallGrap [...]
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/llvm/Analysis/LazyCallGraph.h | 33 +++----
lib/Analysis/CGSCCPassManager.cpp | 117 ++++++++++++-----------
lib/Analysis/LazyCallGraph.cpp | 157 +++++++++++--------------------
unittests/Analysis/LazyCallGraphTest.cpp | 117 ++++++++++++++++++-----
4 files changed, 228 insertions(+), 196 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 3049a4d9f65 Daily bump.
new cb4d9ee2076 PR c/81417 * c-array-notation.c (fix_builtin_array_notati [...]
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 | 6 +++
gcc/c/ChangeLog | 12 +++++
gcc/c/c-array-notation.c | 32 ++++++++-----
gcc/c/c-parser.c | 11 +++--
gcc/c/c-tree.h | 2 +-
gcc/c/c-typeck.c | 18 +++++--
gcc/input.c | 9 ++++
gcc/input.h | 1 +
gcc/objc/ChangeLog | 6 +++
gcc/objc/objc-next-runtime-abi-02.c | 4 +-
gcc/testsuite/ChangeLog | 12 +++++
gcc/testsuite/gcc.dg/Wsign-compare-1.c | 83 ++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/compare1.c | 6 +--
gcc/testsuite/gcc.dg/compare2.c | 24 +++++-----
gcc/testsuite/gcc.dg/compare3.c | 88 +++++++++++++++++-----------------
gcc/testsuite/gcc.dg/compare7.c | 2 +-
gcc/testsuite/gcc.dg/compare8.c | 6 +--
gcc/testsuite/gcc.dg/compare9.c | 8 ++--
gcc/testsuite/gcc.dg/pr11492.c | 2 +-
19 files changed, 240 insertions(+), 92 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wsign-compare-1.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 5ba2bdede3 Attempt #2 to appease buildbots
new 4901488725 [Sema] Extend -Wenum-compare to handle mixed enum comparison [...]
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/SemaStmt.cpp | 36 ++++++++++++++++++++++++++++--------
test/Sema/switch.c | 1 +
test/SemaCXX/warn-enum-compare.cpp | 17 +++++++++++++++++
3 files changed, 46 insertions(+), 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 glibc.
from 0e02b5107e memcpy_falkor: Fix code style in comments
new 40c06a3d04 Add test for bug 21041
new 5797b410a8 Fix s390 version of pt-longjmp.c
new 139237a4f9 Add BZ reference
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:
ChangeLog | 15 ++++++++++++++
nptl/Makefile | 6 ++++--
.../lcong48.c => nptl/tst-compat-forwarder-mod.c | 10 ++++++----
.../tst-compat-forwarder.c | 23 ++++++++++------------
sysdeps/unix/sysv/linux/s390/pt-longjmp.c | 4 ++--
5 files changed, 37 insertions(+), 21 deletions(-)
copy stdlib/lcong48.c => nptl/tst-compat-forwarder-mod.c (77%)
copy math/test-fe-snans-always-signal.c => nptl/tst-compat-forwarder.c (67%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.