[all-commits] [llvm/llvm-project] cff36b: [ADT] Add std::string_view conversion to SmallStri...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Thu Feb 29 12:28:03 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cff36bb198759c4fe557adc594eabc097cf7d565
https://github.com/llvm/llvm-project/commit/cff36bb198759c4fe557adc594eabc097cf7d565
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-02-29 (Thu, 29 Feb 2024)
Changed paths:
M llvm/include/llvm/ADT/SmallString.h
M llvm/unittests/ADT/SmallStringTest.cpp
Log Message:
-----------
[ADT] Add std::string_view conversion to SmallString (#83397)
This patch adds a std::string_view conversion to SmallString which we've
recently found a use for downstream in a project that is using c++
standard library IO.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list