Add new functions in StringExtras to convert byte size type array to
StringRef and vice versa.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139035
[ADT] Add more ArrayRef <-> StringRef conversion functions ClosedPublic Authored by steven_wu on Nov 30 2022, 10:56 AM.
Details Summary Add new functions in StringExtras to convert byte size type array to
Diff Detail
Event Timelinesteven_wu added a child revision: D133716: [CAS] Add LLVMCAS library with InMemoryCAS implementation. This revision is now accepted and ready to land.Nov 30 2022, 11:51 AM This revision was landed with ongoing or failed builds.Oct 6 2023, 1:55 PM Closed by commit rG4c94aff508ee: [ADT] Add more ArrayRef <-> StringRef conversion functions (authored by steven_wu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 479021 llvm/include/llvm/ADT/StringExtras.h
llvm/unittests/ADT/StringExtrasTest.cpp
|