[all-commits] [llvm/llvm-project] dbb131: [libc] Add a standalone flavor of an equivalent of...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Tue Feb 23 15:40:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbb131d53aacabdf5d85299e447a970a0280b127
https://github.com/llvm/llvm-project/commit/dbb131d53aacabdf5d85299e447a970a0280b127
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M libc/test/utils/CPP/CMakeLists.txt
A libc/test/utils/CPP/stringview_test.cpp
M libc/utils/CPP/CMakeLists.txt
A libc/utils/CPP/StringView.h
M libc/utils/MPFRWrapper/CMakeLists.txt
M libc/utils/MPFRWrapper/MPFRUtils.cpp
Log Message:
-----------
[libc] Add a standalone flavor of an equivalent of std::string_view.
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.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D97330
More information about the All-commits
mailing list