[PATCH] D27737: Switch functions that returned bool and filled in a DWARFFormValue arg with ones that return Optional<DWARFFormValue>

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 15:20:46 PST 2016


clayborg created this revision.
clayborg added reviewers: dblaikie, aprantl, probinson, echristo, llvm-commits.
Herald added subscribers: jgosnell, mehdi_amini.

First step in switching the functions to return optionals where it makes sense.


https://reviews.llvm.org/D27737

Files:
  include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h
  include/llvm/DebugInfo/DWARF/DWARFDie.h
  lib/DebugInfo/DWARF/DWARFAbbreviationDeclaration.cpp
  lib/DebugInfo/DWARF/DWARFDie.cpp
  lib/DebugInfo/DWARF/DWARFTypeUnit.cpp
  tools/dsymutil/DwarfLinker.cpp
  unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27737.81317.patch
Type: text/x-patch
Size: 11453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161213/2fdb4504/attachment.bin>


More information about the llvm-commits mailing list