This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 0eb8c02 Re-generate the python and cpp reference documentation
new f7b0eda Minidump plugin: redesign the x86_64 register context
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:
.../minidump/RegisterContextMinidump_x86_64.cpp | 147 ++++++-----------
.../minidump/RegisterContextMinidump_x86_64.h | 180 ++++++++++++++-------
2 files changed, 173 insertions(+), 154 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 fc303fe Use auto in for loop
new 0abb65c [clang-tidy] Add check 'readability-redundant-member-init'
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/readability/CMakeLists.txt | 1 +
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 +
.../readability/RedundantMemberInitCheck.cpp | 65 ++++++++
...tringInitCheck.h => RedundantMemberInitCheck.h} | 18 +-
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/readability-redundant-member-init.rst | 20 +++
.../readability-redundant-member-init.cpp | 181 +++++++++++++++++++++
8 files changed, 288 insertions(+), 7 deletions(-)
create mode 100644 clang-tidy/readability/RedundantMemberInitCheck.cpp
copy clang-tidy/readability/{RedundantStringInitCheck.h => RedundantMemberInitChec [...]
create mode 100644 docs/clang-tidy/checks/readability-redundant-member-init.rst
create mode 100644 test/clang-tidy/readability-redundant-member-init.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 cafdc34 [Support] Remove llvm::alignOf now that all uses are gone.
new fd82ba5 [Support] Put back the MSVC hack for AlignedCharArray.
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/Support/AlignOf.h | 75 +++++++++++++++++++++++++++++++++++++++++-
1 file changed, 74 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 lld.
from f5dd66f Retire llvm::alignOf in favor of C++11 alignof.
new 223606e Remove a use of llvm::AlignOf that I missed.
new 6f36a98 Fix SectionPiece size when compiling with MSVC
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.h | 2 +-
ELF/Symbols.h | 3 +--
2 files changed, 2 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 cb58e1e Retire llvm::alignOf in favor of C++11 alignof.
new cafdc34 [Support] Remove llvm::alignOf now that all uses are gone.
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/Support/AlignOf.h | 196 +--------------------------------
include/llvm/Support/Compiler.h | 11 +-
unittests/Support/AlignOfTest.cpp | 221 ++++++++++----------------------------
3 files changed, 62 insertions(+), 366 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 724b79c [clang-tidy] Fix an assertion failure in cppcoreguidelines-pr [...]
new b5e9da3 [clang-tidy] Simplify modernize-use-default
new fc303fe Use auto in for loop
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/modernize/UseDefaultCheck.cpp | 49 ++++----------------------
test/clang-tidy/modernize-use-default-copy.cpp | 22 +++++++-----
2 files changed, 20 insertions(+), 51 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 81b0110 Compact SectionPiece.
new f5dd66f Retire llvm::alignOf in favor of C++11 alignof.
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/ReaderWriter/MachO/MachONormalizedFileBinaryUtils.h | 9 +++------
1 file changed, 3 insertions(+), 6 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 0690472 * compare-elim.c (conforming_compare): Accept UNSPECs. (fin [...]
new 75b11ed Do not fixup edges for a thunk in LTRANS (PR lto/78049)
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 | 8 ++++++++
gcc/lto-streamer-in.c | 12 ++++++++----
2 files changed, 16 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 2913220 [GVN] Use defaulted members. No functional change.
new cb58e1e Retire llvm::alignOf in favor of C++11 alignof.
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/ADT/IntervalMap.h | 2 +-
include/llvm/ADT/StringMap.h | 2 +-
include/llvm/CodeGen/LiveInterval.h | 1 -
include/llvm/CodeGen/SelectionDAG.h | 4 +-
include/llvm/CodeGen/SlotIndexes.h | 5 +--
include/llvm/IR/DerivedTypes.h | 2 +-
include/llvm/IR/User.h | 5 +--
include/llvm/Object/ELF.h | 2 +-
include/llvm/Support/Allocator.h | 9 ++---
include/llvm/Support/ArrayRecycler.h | 5 +--
include/llvm/Support/Endian.h | 3 +-
include/llvm/Support/OnDiskHashTable.h | 3 +-
include/llvm/Support/PointerLikeTypeTraits.h | 6 +--
include/llvm/Support/Recycler.h | 5 +--
include/llvm/Support/RecyclingAllocator.h | 4 +-
include/llvm/Support/TrailingObjects.h | 28 ++++++--------
include/llvm/Transforms/Utils/SSAUpdaterImpl.h | 5 +--
lib/Analysis/GlobalsModRef.cpp | 2 +-
lib/CodeGen/MachineSSAUpdater.cpp | 1 -
lib/IR/Metadata.cpp | 6 +--
lib/IR/Type.cpp | 6 +--
lib/IR/User.cpp | 5 +--
lib/MC/MCSymbol.cpp | 5 +--
lib/ProfileData/InstrProfReader.cpp | 2 +-
unittests/Support/TrailingObjectsTest.cpp | 53 ++++++++++++--------------
25 files changed, 73 insertions(+), 98 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 fd352be Retire llvm::alignOf in favor of C++11 alignof.
new 18aecc3 [Format] Cleanup after replacing constructor body with = default
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/Format/Format.cpp | 1 +
lib/Format/TokenAnnotator.cpp | 3 ++-
unittests/Format/CleanupTest.cpp | 18 ++++++++++++++++++
3 files changed, 21 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.