This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 87cf6c13d [Reproducer] Make 'reproducer generate' a NOOP during replay.
new 27509cd0d Pass arguments correctly to the objc object checker on arm64
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/lang/objc/objc-checker/TestObjCCheckers.py | 15 +++++++++++++++
.../Python/lldbsuite/test/lang/objc/objc-checker/main.m | 15 +++++++++++++++
source/Expression/IRDynamicChecks.cpp | 11 +++++++++--
3 files changed, 39 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 9706db89ad Add triples to the test I committed in r355012 to fix windows bots.
new 138b8635bb [OPENMP]Delay emission of the error for unsupported types.
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/Sema/Sema.h | 4 ++
lib/AST/ASTContext.cpp | 24 ++++++++--
lib/CodeGen/TargetInfo.cpp | 46 ++++++++++++++++++
lib/Sema/SemaExpr.cpp | 15 ++++++
lib/Sema/SemaOpenMP.cpp | 12 +++++
lib/Sema/SemaType.cpp | 9 ++--
test/OpenMP/nvptx_unsupported_type_codegen.cpp | 64 +++++++++++++++++++++++++
test/OpenMP/nvptx_unsupported_type_messages.cpp | 47 ++++++++++++++++++
8 files changed, 214 insertions(+), 7 deletions(-)
create mode 100644 test/OpenMP/nvptx_unsupported_type_codegen.cpp
create mode 100644 test/OpenMP/nvptx_unsupported_type_messages.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 llvm.
from 0e0eb3061a7 Fixed ubsan failures in r355005.
new 9faff7e6c7b Seperate volatility and atomicity/ordering in SelectionDAG
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/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 36 ++++++++++++------------
lib/Target/SystemZ/SystemZISelLowering.cpp | 21 ++++++++++++++
lib/Target/SystemZ/SystemZISelLowering.h | 1 +
lib/Target/XCore/XCoreISelLowering.cpp | 21 ++++++++++++++
lib/Target/XCore/XCoreISelLowering.h | 2 ++
test/CodeGen/AMDGPU/syncscopes.ll | 6 ++--
6 files changed, 66 insertions(+), 21 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 7304edd1f1a PR c++/89511 - ICE with using-declaration and unscoped enu [...]
new c70a6d7d649 2019-02-27 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 7 +++++++
gcc/varasm.c | 21 ++++++++++++++-------
2 files changed, 21 insertions(+), 7 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 0b9bba1a Added documentation for clangd v9+ features
new fc6d1762 [clang-tidy] Add the abseil-time-subtraction check
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/abseil/AbseilTidyModule.cpp | 3 +
clang-tidy/abseil/CMakeLists.txt | 1 +
clang-tidy/abseil/DurationRewriter.cpp | 52 ++++++
clang-tidy/abseil/DurationRewriter.h | 10 ++
clang-tidy/abseil/TimeSubtractionCheck.cpp | 181 +++++++++++++++++++++
...onSubtractionCheck.h => TimeSubtractionCheck.h} | 21 ++-
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/abseil-time-subtraction.rst | 37 +++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/Inputs/absl/time/time.h | 2 +
test/clang-tidy/abseil-time-subtraction.cpp | 117 +++++++++++++
11 files changed, 422 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/abseil/TimeSubtractionCheck.cpp
copy clang-tidy/abseil/{DurationSubtractionCheck.h => TimeSubtractionCheck.h} (50%)
create mode 100644 docs/clang-tidy/checks/abseil-time-subtraction.rst
create mode 100644 test/clang-tidy/abseil-time-subtraction.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 llvm.
from f499c3547b5 [InstCombine] add tests for add+ext+add; NFC
new fc9652141e6 Revert "[llvm-cxxfilt] Split and demangle stdin input on ce [...]
new 0e0eb3061a7 Fixed ubsan failures in r355005.
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:
.../Transforms/Instrumentation/InstrProfiling.h | 2 +-
test/tools/llvm-cxxfilt/delimiters.test | 63 ----------------------
tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 45 +++-------------
3 files changed, 8 insertions(+), 102 deletions(-)
delete mode 100644 test/tools/llvm-cxxfilt/delimiters.test
--
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 compiler-rt.
from 8e4a50b7b [libFuzzer][Windows] Port fork mode to Windows
new 25b31f2fe [NFC][Sanitizer] Hard-code fast/slow unwinder at call site
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/asan/asan_stack.h | 9 ++++++---
lib/hwasan/hwasan.cpp | 7 +++++--
lib/lsan/lsan.h | 5 ++++-
lib/msan/msan.cc | 9 ++++++---
lib/sanitizer_common/sanitizer_stacktrace_libcdep.cc | 2 ++
lib/sanitizer_common/sanitizer_symbolizer_report.cc | 6 ++++--
lib/tsan/rtl/tsan_rtl.cc | 6 ++++--
lib/tsan/rtl/tsan_rtl_report.cc | 11 ++++++-----
lib/ubsan/ubsan_diag.cc | 6 ++++--
lib/ubsan/ubsan_diag_standalone.cc | 11 ++++++-----
10 files changed, 47 insertions(+), 25 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 43ac54fca3 Handle \r\n in gdbreplay
new 5cfe428cd1 x86-64: Skip protected check on symbol defined by linker
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/ChangeLog | 6 ++++++
bfd/elf64-x86-64.c | 2 ++
ld/ChangeLog | 10 ++++++++++
ld/testsuite/ld-i386/i386.exp | 9 +++++++++
ld/testsuite/ld-i386/pr24276.dso | 9 +++++++++
ld/testsuite/ld-i386/pr24276.warn | 1 +
ld/testsuite/ld-x86-64/pr24276.dso | 9 +++++++++
ld/testsuite/ld-x86-64/pr24276.warn | 1 +
ld/testsuite/ld-x86-64/x86-64.exp | 9 +++++++++
9 files changed, 56 insertions(+)
create mode 100644 ld/testsuite/ld-i386/pr24276.dso
create mode 100644 ld/testsuite/ld-i386/pr24276.warn
create mode 100644 ld/testsuite/ld-x86-64/pr24276.dso
create mode 100644 ld/testsuite/ld-x86-64/pr24276.warn
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.