I checked this patch on my own build on RHEL 6. Regressions were OK.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D26087
[LLVM] Fix some Clang-tidy readability-redundant-member-init and Include What You Use warnings; other minor fixes ClosedPublic Authored by Eugene.Zelenko on Oct 28 2016, 10:30 AM.
Details Summary I checked this patch on my own build on RHEL 6. Regressions were OK.
Diff Detail
Event TimelineEugene.Zelenko retitled this revision from to [LLVM] Fix some Clang-tidy readability-redundant-member-init and Include What You Use warnings; other minor fixes. Eugene.Zelenko updated this object. This revision is now accepted and ready to land.Nov 9 2016, 10:35 AM Eugene.Zelenko edited edge metadata. Comment ActionsConvert couple of classes to C++11 member initialization per Mehdi suggestion. Closed by commit rL286484: Fix some Clang-tidy modernize-use-default and readability-redundant-member-init… (authored by eugenezelenko). · Explain WhyNov 10 2016, 10:12 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 77507 llvm/trunk/include/llvm/CodeGen/DIE.h
llvm/trunk/include/llvm/CodeGen/LivePhysRegs.h
llvm/trunk/include/llvm/CodeGen/MachineScheduler.h
llvm/trunk/include/llvm/CodeGen/SelectionDAGNodes.h
llvm/trunk/include/llvm/Support/Allocator.h
llvm/trunk/include/llvm/Support/GCOV.h
llvm/trunk/include/llvm/Support/RWMutex.h
llvm/trunk/include/llvm/Support/SMLoc.h
|