This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 476bb23ca [sanitizer] Move stack overflow and signal reporting from Asa [...]
new 973030f71 [lsan] Disable clang-format on few RUN: statements
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/sanitizer_common/TestCases/Linux/assert.cc | 4 ++++
test/sanitizer_common/TestCases/Linux/ill.cc | 4 ++++
test/sanitizer_common/TestCases/Posix/dump_instruction_bytes.cc | 5 ++++-
3 files changed, 12 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.
from 11269d3184 Fix reStructuredText warning.
new 4d9d425d73 [Sema] Correct typos in LHS, RHS before building a binop exp [...]
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/SemaExpr.cpp | 45 +++++++++++++++++++++++++-------------
test/SemaObjC/typo-correction.m | 20 +++++++++++++++++
test/SemaObjCXX/typo-correction.mm | 19 ++++++++++++++++
3 files changed, 69 insertions(+), 15 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 binutils-gdb.
from d185219da3 Make dwarf_expr_context::stack an std::vector
new cc3e190059 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 248286392e Automatic date update in version.in
new a19335e8da Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from dcaaca89e8 Import patch from mainline to fix an address violation when [...]
new 2804f809f1 Automatic date update in version.in
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:
bfd/version.h | 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 clang.
from 9166ea990b Minor cleanups to address feedback from Bruno. NFC
new 0f1110cd00 [MSan] Specify use-after-dtor default value in header.
new 11269d3184 Fix reStructuredText warning.
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:
docs/Modules.rst | 2 +-
lib/Driver/SanitizerArgs.cpp | 4 +++-
2 files changed, 4 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 clang.
from f7a95215a4 Add /System/Library/PrivateFrameworks as a header search path.
new 9166ea990b Minor cleanups to address feedback from Bruno. NFC
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:
docs/Modules.rst | 15 +++++++--------
lib/Serialization/ASTWriter.cpp | 1 -
2 files changed, 7 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.
from 13a548961d [MSan] Add flag to disable use-after-dtor.
new 36a127d6c7 Diagnostic specific failed condition in a static_assert.
new 763bd9136e [Module map] Introduce a private module re-export directive.
new f7a95215a4 Add /System/Library/PrivateFrameworks as a header search path.
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:
docs/Modules.rst | 29 +++++++++++++++++-
include/clang/Basic/DiagnosticLexKinds.td | 7 +++++
include/clang/Basic/DiagnosticSemaKinds.td | 2 ++
include/clang/Basic/Module.h | 4 +++
include/clang/Sema/Sema.h | 8 +++++
include/clang/Serialization/ASTBitCodes.h | 3 ++
lib/Basic/Module.cpp | 5 ++++
lib/Frontend/InitHeaderSearch.cpp | 1 +
lib/Lex/ModuleMap.cpp | 44 ++++++++++++++++++++++++++++
lib/Sema/SemaDeclCXX.cpp | 16 ++++++++--
lib/Sema/SemaTemplate.cpp | 37 ++++++++++++++---------
lib/Serialization/ASTReader.cpp | 7 ++++-
lib/Serialization/ASTWriter.cpp | 13 ++++++++
test/Modules/Inputs/export_as_test.modulemap | 9 ++++++
test/Modules/export_as_test.c | 9 ++++++
test/SemaCXX/static-assert.cpp | 17 +++++++++++
16 files changed, 193 insertions(+), 18 deletions(-)
create mode 100644 test/Modules/Inputs/export_as_test.modulemap
create mode 100644 test/Modules/export_as_test.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 98226afd76 [WebAssembly] Fix wasm-toolchain.c tests
new 13a548961d [MSan] Add flag to disable use-after-dtor.
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/clang/Driver/Options.td | 3 +++
lib/Driver/SanitizerArgs.cpp | 4 +++-
lib/Frontend/CompilerInvocation.cpp | 4 +++-
test/Driver/fsanitize.c | 10 ++++++++--
4 files changed, 17 insertions(+), 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 llvm.
from 44e437e6cc2 [X86] Remove an unnecessary SmallVector from LowerBUILD_VECTOR.
new fa58033db5b Fix bug 34608 by moving private header out of public header.
new 0928882df37 [WebAssembly] Use a separate wasm data segment for each glo [...]
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:
.../llvm/WindowsManifest/WindowsManifestMerger.h | 1 -
lib/MC/WasmObjectWriter.cpp | 158 ++++++++++++---------
lib/WindowsManifest/WindowsManifestMerger.cpp | 1 +
test/MC/WebAssembly/external-data.ll | 31 ++--
test/MC/WebAssembly/reloc-data.ll | 53 ++++---
test/MC/WebAssembly/unnamed-data.ll | 24 +++-
.../llvm-objdump/WebAssembly/relocations.test | 2 +-
7 files changed, 165 insertions(+), 105 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.