The overloads of StringRef::Split(SmallVector...) now have a 5th parameter called TrimChars which will trim substrings before adding them to the output vector
Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
Paths
| Differential D72556
[llvm][adt] Added TrimChars parameter to StringRef::Split AbandonedPublic Authored by njames93 on Jan 11 2020, 7:06 AM.
Details
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 TimelineHerald added subscribers: llvm-commits, dexonsmith, hiraditya. · View Herald TranscriptJan 11 2020, 7:06 AM
Revision Contents
Diff 237498 llvm/include/llvm/ADT/StringRef.h
llvm/lib/Support/StringRef.cpp
llvm/unittests/ADT/StringRefTest.cpp
|