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 register or sign in to comment