[PATCH] D46707: [DWARF] Factor out a DWARFUnitHeader class. NFC

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 15:39:13 PDT 2018


probinson updated this revision to Diff 146429.
probinson added a comment.

Use composition instead of inheritance.


https://reviews.llvm.org/D46707

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h
  llvm/lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  llvm/lib/DebugInfo/DWARF/DWARFUnit.cpp
  llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46707.146429.patch
Type: text/x-patch
Size: 20883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180511/14206344/attachment.bin>


More information about the llvm-commits mailing list