This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 25ea2c6 [cxx_status] update comment
new c222f83 [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place
new 7438250 [Sema] Handle CaseStmt and DefaultStmt as SwitchCase
The 2 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/CodeGen/CGDecl.cpp | 19 +------------------
lib/CodeGen/CodeGenFunction.cpp | 37 +++++++++++++++++++++++++++----------
lib/CodeGen/CodeGenFunction.h | 3 +++
lib/Sema/JumpDiagnostics.cpp | 6 ++----
4 files changed, 33 insertions(+), 32 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 6fe2a45 Treat module headers wrapped by our builtin headers as implic [...]
new 25ea2c6 [cxx_status] update comment
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:
www/cxx_status.html | 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 llvm.
from 7f59a4b [libFuzzer] simplify the code in TracePC::HandleTrace a bit more
new 7d084db Use printf instead of "echo -e" or "echo -n".
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/Object/archive-format.test | 8 ++++----
test/tools/sanstats/elf.test | 38 +++++++++++++++++++-------------------
2 files changed, 23 insertions(+), 23 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 3f976ee Fix a race condition between the "ephemeral watchpoint disabl [...]
new 875af89 SBWatchpoint::Disable doesn't actually work. Add a test that [...]
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:
.../watchpoint_disable}/Makefile | 0
.../watchpoint_disable/TestWatchpointDisable.py | 75 ++++++++++++++++++++++
.../watchpoint/watchpoint_disable/main.c | 12 ++++
3 files changed, 87 insertions(+)
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_ignore_ [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/watch [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/watch [...]
--
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 6e231a9 [Myriad] add empty file to simulated bin dir
new 70dc599 Implement name mangling proposal for exception specifications [...]
new 6fe2a45 Treat module headers wrapped by our builtin headers as implic [...]
The 2 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/clang/AST/Type.h | 3 ++
include/clang/Basic/DiagnosticSemaKinds.td | 3 ++
lib/AST/ASTContext.cpp | 10 +++--
lib/AST/ItaniumMangle.cpp | 34 +++++++++++++++
lib/AST/Type.cpp | 9 ++++
lib/Lex/ModuleMap.cpp | 14 ++++---
lib/Sema/SemaDecl.cpp | 36 ++++++++++++++++
lib/Sema/TreeTransform.h | 2 +
test/CXX/drs/dr0xx.cpp | 2 +-
test/CodeGenCXX/mangle-exception-spec.cpp | 49 ++++++++++++++++++++++
test/Modules/Inputs/System/usr/include/stdbool.h | 2 +-
.../libc-libcxx/sysroot/usr/include/stddef.h | 1 -
test/Modules/cstd.m | 2 +-
test/SemaCXX/cxx1z-noexcept-function-type.cpp | 43 +++++++++++++++++++
14 files changed, 198 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGenCXX/mangle-exception-spec.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 binutils-gdb.
from 21280c0 Automatic date update in version.in
new 2a3a749 Revert "bison warning fixes"
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:
gas/ChangeLog | 6 ++++++
gas/config/rl78-parse.y | 2 +-
gas/config/rx-parse.y | 2 +-
3 files changed, 8 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 lld.
from 8ac4e67 Fix Clang-tidy readability-redundant-member-init warnings; ot [...]
new 18af2e8 Read section headers upfront.
new fa31772 Use uint32_t for consistency.
The 2 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/InputSection.cpp | 73 +++++++++++++++++++++++++++++---------------------
ELF/InputSection.h | 61 +++++++++++++++++++++++------------------
ELF/LinkerScript.cpp | 2 +-
ELF/OutputSections.cpp | 2 +-
ELF/Symbols.cpp | 4 +--
ELF/Symbols.h | 2 +-
ELF/Writer.cpp | 9 ++++---
7 files changed, 88 insertions(+), 65 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 9c90455 [libFuzzer] simplify the code to print new PCs
new 7f59a4b [libFuzzer] simplify the code in TracePC::HandleTrace a bit more
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/Fuzzer/FuzzerLoop.cpp | 17 ++++++++---------
lib/Fuzzer/FuzzerTracePC.cpp | 14 +++++---------
lib/Fuzzer/FuzzerTracePC.h | 20 +++++---------------
3 files changed, 18 insertions(+), 33 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 43122e2 Utility functions for appending to llvm.used/llvm.compiler.used.
new 9c90455 [libFuzzer] simplify the code to print new PCs
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/Fuzzer/FuzzerInternal.h | 2 --
lib/Fuzzer/FuzzerLoop.cpp | 16 ++--------------
lib/Fuzzer/FuzzerTracePC.cpp | 10 ++++++++++
lib/Fuzzer/FuzzerTracePC.h | 8 ++++++++
4 files changed, 20 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.