[all-commits] [llvm/llvm-project] fc55b0: [lldb][NFCI] Remove use of ConstString from Option...
Alex via All-commits
all-commits at lists.llvm.org
Thu Jul 6 08:49:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc55b0b38446be8948a291057b3086b4a01fe0a7
https://github.com/llvm/llvm-project/commit/fc55b0b38446be8948a291057b3086b4a01fe0a7
Author: Alex Langford <alangford at apple.com>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M lldb/source/Interpreter/OptionValue.cpp
Log Message:
-----------
[lldb][NFCI] Remove use of ConstString from OptionValue
Summary: No need to create a ConstString, `GetName` already returns a StringRef.
Reviewers: JDevlieghere, mib, jasonmolenda
Subscribers:
Differential Revision: https://reviews.llvm.org/D154386
More information about the All-commits
mailing list