This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 4b6011e Update modulemap for Msf -> MSF rename.
new 90978a6 [Hexagon] Perform bit arithmetic on unsigned to avoid acciden [...]
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/Hexagon/HexagonConstPropagation.cpp | 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 llvm.
from e4a63cb [X86] Fix lifetime of SMRange temporaries.
new 4b6011e Update modulemap for Msf -> MSF rename.
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/llvm/module.modulemap | 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 4fd45eb AMDGPU: Fix shouldConvertConstantLoadToIntImm behavior
new 7ed559c [AMDGPU] Fix lifetime of SmallVector temporaries.
new e4a63cb [X86] Fix lifetime of SMRange temporaries.
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/Target/AMDGPU/R600InstrInfo.cpp | 10 ++++------
lib/Target/X86/AsmParser/X86AsmParser.cpp | 8 ++++----
2 files changed, 8 insertions(+), 10 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 dddd8a8 Sorting includes; NFC.
new 7af9b2c [clang-tidy] add check cppcoreguidelines-special-member-functions
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/cppcoreguidelines/CMakeLists.txt | 1 +
.../CppCoreGuidelinesTidyModule.cpp | 3 +
.../SpecialMemberFunctionsCheck.cpp | 133 +++++++++++++++++++++
.../SpecialMemberFunctionsCheck.h | 101 ++++++++++++++++
docs/ReleaseNotes.rst | 5 +
.../cppcoreguidelines-special-member-functions.rst | 21 ++++
docs/clang-tidy/checks/list.rst | 1 +
...eguidelines-special-member-functions-cxx-03.cpp | 26 ++++
.../cppcoreguidelines-special-member-functions.cpp | 52 ++++++++
9 files changed, 343 insertions(+)
create mode 100644 clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.cpp
create mode 100644 clang-tidy/cppcoreguidelines/SpecialMemberFunctionsCheck.h
create mode 100644 docs/clang-tidy/checks/cppcoreguidelines-special-member-functions.rst
create mode 100644 test/clang-tidy/cppcoreguidelines-special-member-functions-cxx-03.cpp
create mode 100644 test/clang-tidy/cppcoreguidelines-special-member-functions.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 clang.
from b87bcd8 Fix VS2013 build of CGOpenMPRuntime.cpp
new 5dc810c [c-index-test] Make sure to check that clang_Cursor_getNumTem [...]
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:
tools/c-index-test/c-index-test.c | 7 +++++--
1 file changed, 5 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 llvm.
from e36db68 [Orc] Add support for updating stub targets to CompileOnDemandLayer.
new 2ce8293 AMDGPU: Remove unused pattern
new 40d057e AMDGPU: Set s_setpc_b64 as a terminator
new 4fd45eb AMDGPU: Fix shouldConvertConstantLoadToIntImm behavior
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:
lib/Target/AMDGPU/SIISelLowering.cpp | 4 +--
lib/Target/AMDGPU/SIInstrInfo.td | 15 ++++++------
lib/Target/AMDGPU/SIInstructions.td | 3 +++
test/CodeGen/AMDGPU/llvm.memcpy.ll | 47 +++++++++++++++++++++++++++++++++++-
4 files changed, 58 insertions(+), 11 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 a66064f Remove empty DebugInfo/Msf dirs. It seems these were left ove [...]
new e36db68 [Orc] Add support for updating stub targets to CompileOnDemandLayer.
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 26 ++++++++++++++++++++++
include/llvm/ExecutionEngine/Orc/LogicalDylib.h | 10 +++++++++
2 files changed, 36 insertions(+)
--
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 c3c1ac7 [Perf-Helper] Add logging for dtrace commands
new b87bcd8 Fix VS2013 build of CGOpenMPRuntime.cpp
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/CGOpenMPRuntime.cpp | 10 +++++++---
1 file changed, 7 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 lld.
from 302a394 Remove trailing whitespace.
new a78bbfb Remove dead ctor.
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:
ELF/ScriptParser.h | 2 --
1 file changed, 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 llvm.
from 7420263 DAG: avoid duplicated truncating for sign extended operand
new a66064f Remove empty DebugInfo/Msf dirs. It seems these were left ove [...]
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.