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 1e93ad8c [Documentation] Sort Clang-tidy changes next way: new modules [...]
new 4ced4853 add new check to find NSError init invocation
new 0285b529 add new check to find NSError init invocation
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:
clang-tidy/objc/AvoidNSErrorInitCheck.cpp | 37 ++++++++++++++++++++++
...voidSpinlockCheck.h => AvoidNSErrorInitCheck.h} | 18 +++++------
clang-tidy/objc/CMakeLists.txt | 1 +
clang-tidy/objc/ObjCTidyModule.cpp | 3 ++
docs/ReleaseNotes.rst | 10 ++++++
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/objc-avoid-nserror-init.rst | 13 ++++++++
test/clang-tidy/objc-avoid-nserror-init.m | 12 +++++++
8 files changed, 86 insertions(+), 9 deletions(-)
create mode 100644 clang-tidy/objc/AvoidNSErrorInitCheck.cpp
copy clang-tidy/objc/{AvoidSpinlockCheck.h => AvoidNSErrorInitCheck.h} (51%)
create mode 100644 docs/clang-tidy/checks/objc-avoid-nserror-init.rst
create mode 100644 test/clang-tidy/objc-avoid-nserror-init.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 glibc.
from 9e2279a0e9 sparc: refactor sparc64 __mpn_add_n selector to C
new faec63238f Use declare_mgen_alias in m68k templates.
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:
ChangeLog | 8 ++++++++
sysdeps/m68k/m680x0/fpu/s_ccosh_template.c | 2 +-
sysdeps/m68k/m680x0/fpu/s_cexp_template.c | 2 +-
sysdeps/m68k/m680x0/fpu/s_csin_template.c | 2 +-
sysdeps/m68k/m680x0/fpu/s_csinh_template.c | 2 +-
5 files changed, 12 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 clang.
from f62e526dfb [OPENMP] Fix possible assert for target regions with incorre [...]
new af90f306af [OpenMP] Diagnose undeclared variables on declare target clause
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/SemaOpenMP.cpp | 2 +-
test/OpenMP/declare_target_messages.cpp | 4 ++++
2 files 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 llvm.
from 47856b25a74 Split TypeTableBuilder into two classes.
new d993b016d17 [globalisel][tablegen] Add support for specific immediates [...]
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/CodeGen/ARM/GlobalISel/arm-isel.ll | 2 +-
utils/TableGen/GlobalISelEmitter.cpp | 8 ++++++++
2 files changed, 9 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 gcc-7-branch
in repository gcc.
from eb65d7c2d6d Daily bump.
new eabdedcca99 Riscv doc fixes and improvements.
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 | 19 +++++++++++++++
gcc/doc/invoke.texi | 70 ++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 70 insertions(+), 19 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 5155d5128ab [WebAssembly] Revert r319186 "Support bitcasted function ad [...]
new 69d3274f508 [llvm-readobj] Fix mismatched line endings
new 47856b25a74 Split TypeTableBuilder into two classes.
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:
...eTableBuilder.h => AppendingTypeTableBuilder.h} | 19 ++--
...ypeTableBuilder.h => MergingTypeTableBuilder.h} | 14 +--
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 10 +-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 4 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 +-
.../CodeView/AppendingTypeTableBuilder.cpp | 101 +++++++++++++++++++++
lib/DebugInfo/CodeView/CMakeLists.txt | 3 +-
...ableBuilder.cpp => MergingTypeTableBuilder.cpp} | 57 +++++-------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 30 +++---
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 17 ++--
tools/llvm-pdbutil/llvm-pdbutil.cpp | 9 +-
tools/llvm-readobj/COFFDumper.cpp | 17 ++--
tools/llvm-readobj/ObjDumper.h | 13 +--
tools/llvm-readobj/llvm-readobj.cpp | 20 ++--
.../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 6 +-
.../DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp | 7 +-
16 files changed, 211 insertions(+), 120 deletions(-)
copy include/llvm/DebugInfo/CodeView/{TypeTableBuilder.h => AppendingTypeTableBuil [...]
rename include/llvm/DebugInfo/CodeView/{TypeTableBuilder.h => MergingTypeTableBuil [...]
create mode 100644 lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
rename lib/DebugInfo/CodeView/{TypeTableBuilder.cpp => MergingTypeTableBuilder.cpp} (77%)
--
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 7e5e9df3d Add a test case for open bug 35480
new 8eed79457 Remove a long out-of-date 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:
source/Target/Process.cpp | 1 -
1 file changed, 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 compiler-rt.
from bb976694a Linux needs to include sys/uio.h for readv, preadv
new 650232b9e Fix the MIPS baremetal build
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/builtins/clear_cache.c | 4 ++--
1 file changed, 2 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 45fd57840 Simplify. NFC.
new 664b7d0e6 Split TypeTableBuilder into two classes.
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:
COFF/PDB.cpp | 6 +++---
1 file changed, 3 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 llvm.
from a2697fc00ff [MIR] Fix DebugInfo tests after r319445
new 5155d5128ab [WebAssembly] Revert r319186 "Support bitcasted function ad [...]
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:
.../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 5 ++++
test/CodeGen/WebAssembly/call.ll | 2 +-
.../WebAssembly/function-bitcasts-varargs.ll | 31 ----------------------
test/CodeGen/WebAssembly/function-bitcasts.ll | 22 +++++----------
4 files changed, 13 insertions(+), 47 deletions(-)
delete mode 100644 test/CodeGen/WebAssembly/function-bitcasts-varargs.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.