[all-commits] [llvm/llvm-project] d7a813: DebugInfo: Make DWARFExpression::iterator::skipByt...

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Mon Nov 15 17:33:38 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d7a81359d781e1aad83f422d18e00c7e97ebb7c6
      https://github.com/llvm/llvm-project/commit/d7a81359d781e1aad83f422d18e00c7e97ebb7c6
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

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

  Log Message:
  -----------
  DebugInfo: Make DWARFExpression::iterator::skipBytes() const, NFC

Given that DWARFExpression::iterator::skipBytes() doesn't change any
state (it returns a new `iterator`), it might as well be
`const`-qualified.




More information about the All-commits mailing list