[all-commits] [llvm/llvm-project] afb22d: [DebugInfo] Simplify the constructor of DWARFDebug...

Igor Kudrin via All-commits all-commits at lists.llvm.org
Wed Jan 15 22:09:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: afb22d7c33a246967d5f21d5ab3c83c148178564
      https://github.com/llvm/llvm-project/commit/afb22d7c33a246967d5f21d5ab3c83c148178564
  Author: Igor Kudrin <ikudrin at accesssoftek.com>
  Date:   2020-01-16 (Thu, 16 Jan 2020)

  Changed paths:
    M llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h

  Log Message:
  -----------
  [DebugInfo] Simplify the constructor of DWARFDebugAranges::Range. NFC.

This removes the default values of the arguments. The only caller,
DWARFDebugAranges::construct(), provides all three parameters.

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




More information about the All-commits mailing list