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.
Loading
Please sign in to comment
Given that DWARFExpression::iterator::skipBytes() doesn't change any state (it returns a new `iterator`), it might as well be `const`-qualified.