[PATCH] D51033: [DWARF] Move error printing from DWARF classes to Support library. NFC.

Victor Leschuk via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 21 06:09:58 PDT 2018


vleschuk updated this revision to Diff 161707.
vleschuk added a comment.

- Changed names of functions from Display* to dump*
- Changed comments
- Got rid of unrelated whitespace change
- Manually fixed indentation when clang-format suggested smth strange


https://reviews.llvm.org/D51033

Files:
  include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h
  include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  include/llvm/Support/Error.h
  lib/DebugInfo/DWARF/DWARFContext.cpp
  lib/DebugInfo/DWARF/DWARFDebugLine.cpp
  lib/Support/Error.cpp
  tools/dsymutil/DwarfLinker.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51033.161707.patch
Type: text/x-patch
Size: 8029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180821/3631f487/attachment.bin>


More information about the llvm-commits mailing list