[all-commits] [llvm/llvm-project] cc9b4f: [Debuginfo][NFC] Rename error handling functions u...

avl-llvm via All-commits all-commits at lists.llvm.org
Tue Feb 11 03:50:58 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cc9b4fb6c9d2c028c8eebdc9088494d31a56731a
      https://github.com/llvm/llvm-project/commit/cc9b4fb6c9d2c028c8eebdc9088494d31a56731a
  Author: Alexey Lapshin <a.v.lapshin at mail.ru>
  Date:   2020-02-11 (Tue, 11 Feb 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h
    M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
    M llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp

  Log Message:
  -----------
  [Debuginfo][NFC] Rename error handling functions using the same pattern.

Summary:
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.

Reviewers: jhenderson, dblaikie, probinson, aprantl

Reviewed By: jhenderson, dblaikie

Subscribers: hiraditya, llvm-commits

Tags: #llvm, #debug-info

Differential Revision: https://reviews.llvm.org/D74354




More information about the All-commits mailing list