This is an archive of the discontinued LLVM Phabricator instance.

Remove code duplication from StringLiteral::setString method
AbandonedPublic

Authored by riccibruno on Aug 19 2017, 3:35 PM.

Details

Reviewers
stryku
Summary

Hi,

I'd like to submit a small patch that introduces a static generic string copy method. With that method that we can get rid of the code duplication in StringLiteral::setString.

What do you think?

Thanks,
Mateusz

Diff Detail

Repository
rL LLVM

Event Timeline

stryku created this revision.Aug 19 2017, 3:35 PM
stryku retitled this revision from [PATCH] Remove code duplication from StringLiteral::setString method to Remove code duplication from StringLiteral::setString method.Aug 22 2017, 1:05 AM
riccibruno edited reviewers, added: riccibruno; removed: rsmith.Jan 18 2019, 8:04 AM
riccibruno added a subscriber: riccibruno.

The StringLiteral::setString interface has been removed in D54166 so I am closing this revision.

riccibruno requested changes to this revision.Jan 18 2019, 8:05 AM
This revision now requires changes to proceed.Jan 18 2019, 8:05 AM
riccibruno commandeered this revision.Feb 28 2019, 8:00 AM
riccibruno edited reviewers, added: stryku; removed: riccibruno.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2019, 8:00 AM
riccibruno abandoned this revision.Feb 28 2019, 8:01 AM