[libc-commits] [PATCH] D97330: [libc] Add a standalone flavor of an equivalent of std::string_view.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Feb 23 13:07:40 PST 2021


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

This class is to serve as a replacement for llvm::StringRef as part of
the plans to limit dependency on other parts of LLVM. One use of
llvm::StringRef in MPFRWrapper has been replaced with the new class.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97330

Files:
  libc/test/utils/CPP/CMakeLists.txt
  libc/test/utils/CPP/stringview_test.cpp
  libc/utils/CPP/CMakeLists.txt
  libc/utils/CPP/StringView.h
  libc/utils/MPFRWrapper/MPFRUtils.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97330.325882.patch
Type: text/x-patch
Size: 8010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210223/dacaafb1/attachment.bin>


More information about the libc-commits mailing list