[PATCH] D32812: Break verification down into smaller functions to keep code clean.

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 3 09:52:51 PDT 2017


clayborg created this revision.

Adrian requested that we break things down to make things clean in the DWARFVerifier. This patch breaks everything down into nice individual functions and cleans up the code quite a bit and prepares us for the next round of verifiers.


https://reviews.llvm.org/D32812

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32812.97672.patch
Type: text/x-patch
Size: 16890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170503/a393444c/attachment.bin>


More information about the llvm-commits mailing list