This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Remove ScopedString::Length
ClosedPublic

Authored by vitalybuka on Jun 4 2021, 3:58 PM.

Diff Detail

Event Timeline

vitalybuka requested review of this revision.Jun 4 2021, 3:58 PM
vitalybuka created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJun 4 2021, 3:58 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad accepted this revision.Jun 4 2021, 4:07 PM
cryptoad added inline comments.
compiler-rt/lib/scudo/standalone/string_utils.cpp
233

Maybe Length instead of length() since we just stored it in a variable?

This revision is now accepted and ready to land.Jun 4 2021, 4:07 PM
This revision was landed with ongoing or failed builds.Jun 4 2021, 6:29 PM
This revision was automatically updated to reflect the committed changes.