This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e70a99766 Add include directory for libxml on macOS
new 8692126c7 Add libc++ data formatter for std::function
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:
.../libcxx/function/TestLibCxxFunction.py | 20 +-
.../data-formatter-stl/libcxx/function/main.cpp | 21 +-
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 10 +-
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 241 +++++++++++++++++++--
source/Plugins/Language/CPlusPlus/LibCxx.h | 7 +-
5 files changed, 261 insertions(+), 38 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 ed6c20e48 Disable the aligned allocation test on old mac versions inste [...]
new b2dd7690a Comment out #define __cpp_lib_node_extract, we only support h [...]
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/__node_handle | 3 ++-
1 file changed, 2 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 428c12fad25 scev: dump final value replacement expressions
new 3ca5f1a805f Fix typo 'exapnded' to 'expanded'
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/ada/ChangeLog | 4 ++++
gcc/ada/exp_unst.ads | 2 +-
gcc/genmatch.c | 2 +-
4 files changed, 11 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 openmp.
from 10c8501 [OMPT] Remove OMPT idle callback
new 9517184 [OpenMP][libomptarget] Bringing up to spec with respect to OM [...]
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:
libomptarget/src/interface.cpp | 77 ++++++++++++++++++++--
libomptarget/src/omptarget.cpp | 142 ++++++++++++++++++++++++-----------------
libomptarget/src/private.h | 15 ++++-
libomptarget/src/rtl.cpp | 6 +-
4 files changed, 174 insertions(+), 66 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 e29bf81102 [analyzer] added cache for SMT queries in the SMTConstraintManager
new 982848fd65 Re-land [ASTImporter] Add test for ObjCAtTryStmt/ObjCAtCatch [...]
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/Import/objc-try-catch/Inputs/F.m | 28 +++++++++++++++++++++++
test/Import/objc-try-catch/test.m | 43 +++++++++++++++++++++++++++++++++++
2 files changed, 71 insertions(+)
create mode 100644 test/Import/objc-try-catch/Inputs/F.m
create mode 100644 test/Import/objc-try-catch/test.m
--
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 8715a8ff5f1 Define debug mode function for C++98
new 428c12fad25 scev: dump final value replacement expressions
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/tree-scalar-evolution.c | 4 +++-
2 files changed, 8 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 llvm.
from 48d2b81f7a1 [InstCombine] Fold Select with binary op - FP opcodes
new ba4c8a15c7a [x86] add debug option for and-immediate shrinking
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/Target/X86/X86ISelDAGToDAG.cpp | 6 +++++-
1 file changed, 5 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 dfe83d13 [clangd] Suggest code-completions for overriding base class v [...]
new 7cf3952b [clangd] Check for include overlapping looks for only the line now.
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:
clangd/XRefs.cpp | 2 +-
unittests/clangd/XRefsTests.cpp | 6 ++++--
2 files changed, 5 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 gcc.
from 217f241d110 Fix C++98 tests to not use C++11 features.
new 8715a8ff5f1 Define debug mode function for C++98
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:
libstdc++-v3/ChangeLog | 2 ++
libstdc++-v3/include/debug/vector | 5 ++---
2 files changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.