This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from bc090f1 switch LLDB Xcode jenkins build to Release
new a52a584 Re-enable tests on the LLDB buildbot.
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:
buildbot/osuosl/master/config/builders.py | 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 libcxx.
from d8fc1ec Implement LWG2576: istream_iterator and ostream_iterator shou [...]
new 995f64c Add test for r269789
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:
.../istream.iterator/istream.iterator.ops/arrow.pass.cpp | 2 ++
1 file changed, 2 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 llvm.
from bd9d3e0 [InstCombine] add test for wrong icmp constant (PR27792)
new 293233a llvm-dwp: Simplify duplicate DWO ID error handling
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:
tools/llvm-dwp/llvm-dwp.cpp | 18 +++++++++---------
1 file changed, 9 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-tools-extra.
from 451d06f clang-rename: avoid StringRef members in USRLocFindingASTVisitor
new 4bf4c41 [clang-tidy] Lift common matchers to utils namespace
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/BoolPointerImplicitConversionCheck.cpp | 10 +---------
clang-tidy/modernize/UseNullptrCheck.cpp | 17 ++---------------
clang-tidy/performance/FasterStringFindCheck.cpp | 4 +---
clang-tidy/readability/ImplicitBoolCastCheck.cpp | 4 ----
clang-tidy/readability/RedundantStringInitCheck.cpp | 15 +++------------
clang-tidy/utils/Matchers.h | 5 +++++
6 files changed, 12 insertions(+), 43 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 809c94d [LCSSA] Use llvm::any_of instead of std::size_of.
new bd9d3e0 [InstCombine] add test for wrong icmp constant (PR27792)
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/Transforms/InstCombine/icmp.ll | 12 ++++++++++++
1 file 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 gcc.
from 65951fd jit: document gcc_jit_context_new_call_through_ptr
new f33a295 jit: gcc diagnostics are jit errors
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/jit/ChangeLog | 13 +++++
gcc/jit/dummy-frontend.c | 34 ++++++++++++
gcc/jit/jit-playback.c | 38 ++++++++++++++
gcc/jit/jit-playback.h | 7 +++
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/jit.dg/test-error-array-bounds.c | 72 ++++++++++++++++++++++++++
6 files changed, 168 insertions(+)
create mode 100644 gcc/testsuite/jit.dg/test-error-array-bounds.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 89a379d Teach clang to look for libcxx in /usr/local/include/c++ on Linux
new 051792e Dividied ASTMatcherTests into 4 files
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:
unittests/ASTMatchers/ASTMatchersInternalTest.cpp | 240 +
unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp | 1888 +++++++
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 1514 ++++++
unittests/ASTMatchers/ASTMatchersTest.cpp | 5646 --------------------
unittests/ASTMatchers/ASTMatchersTest.h | 76 +-
unittests/ASTMatchers/ASTMatchersTraversalTest.cpp | 1979 +++++++
unittests/ASTMatchers/CMakeLists.txt | 10 +-
7 files changed, 5703 insertions(+), 5650 deletions(-)
create mode 100644 unittests/ASTMatchers/ASTMatchersInternalTest.cpp
create mode 100644 unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
create mode 100644 unittests/ASTMatchers/ASTMatchersNodeTest.cpp
delete mode 100644 unittests/ASTMatchers/ASTMatchersTest.cpp
create mode 100644 unittests/ASTMatchers/ASTMatchersTraversalTest.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 gcc.
from a1f7703 Fix minor doc bugs, signalling typo, major version changes rare.
new 65951fd jit: document gcc_jit_context_new_call_through_ptr
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/jit/ChangeLog | 6 +
gcc/jit/docs/_build/texinfo/libgccjit.texi | 763 +++++++++++++++--------------
gcc/jit/docs/topics/expressions.rst | 16 +
3 files changed, 411 insertions(+), 374 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 4e35fa5 [ThinLTO] Use semicolon to separate path prefix replacement
new 809c94d [LCSSA] Use llvm::any_of instead of std::size_of.
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/Utils/LCSSA.cpp | 5 ++---
1 file changed, 2 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 clang.
from b4878b5 NFC: simplify logic.
new 89a379d Teach clang to look for libcxx in /usr/local/include/c++ on 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:
lib/Driver/ToolChains.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.