[PATCH] D26087: [LLVM] Fix some Clang-tidy readability-redundant-member-init and Include What You Use warnings; other minor fixes

Eugene Zelenko via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 13:06:29 PST 2016


Eugene.Zelenko updated this revision to Diff 77384.
Eugene.Zelenko added a comment.

Convert couple of classes to C++11 member initialization per Mehdi suggestion.


Repository:
  rL LLVM

https://reviews.llvm.org/D26087

Files:
  include/llvm/CodeGen/DIE.h
  include/llvm/CodeGen/LivePhysRegs.h
  include/llvm/CodeGen/MachineScheduler.h
  include/llvm/CodeGen/SelectionDAGNodes.h
  include/llvm/Support/Allocator.h
  include/llvm/Support/GCOV.h
  include/llvm/Support/RWMutex.h
  include/llvm/Support/SMLoc.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26087.77384.patch
Type: text/x-patch
Size: 37510 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161109/1f6f66e0/attachment.bin>


More information about the llvm-commits mailing list