This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Fix a bug in TweakTest::decorate()
ClosedPublic

Authored by nridge on Feb 21 2023, 12:25 AM.

Details

Summary

The second argument to string::substr() is a count,
not an end position.

Diff Detail

Event Timeline

nridge created this revision.Feb 21 2023, 12:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 21 2023, 12:25 AM
Herald added a subscriber: arphaman. · View Herald Transcript
nridge requested review of this revision.Feb 21 2023, 12:25 AM
hokein accepted this revision.Mar 13 2023, 3:39 AM

Good catch, thanks!

This revision is now accepted and ready to land.Mar 13 2023, 3:39 AM
This revision was automatically updated to reflect the committed changes.