This is an archive of the discontinued LLVM Phabricator instance.

[llvm][adt] Added TrimChars parameter to StringRef::Split
AbandonedPublic

Authored by njames93 on Jan 11 2020, 7:06 AM.

Details

Reviewers
None
Summary

The overloads of StringRef::Split(SmallVector...) now have a 5th parameter called TrimChars which will trim substrings before adding them to the output vector

Diff Detail

Event Timeline

njames93 created this revision.Jan 11 2020, 7:06 AM
njames93 abandoned this revision.Mar 23 2020, 7:37 AM