[PATCH] D74354: [Debuginfo][NFC] Rename error handling functions using the same pattern.

Alexey Lapshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 13:21:57 PST 2020


avl created this revision.
avl added reviewers: jhenderson, dblaikie, probinson, aprantl.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.
avl added a project: debug-info.

That patch is extracted from https://reviews.llvm.org/D74308.
Currently there are two patterns to name error handling functions:
using "Callback" and "Handler". This patch uses "Handler" for all
usage places.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74354

Files:
  llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
  llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
  llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
  llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74354.243663.patch
Type: text/x-patch
Size: 11690 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200210/c0ef6931/attachment.bin>


More information about the llvm-commits mailing list