This does 2 things:
- Corrects a minor typo (value subvalue -> valid subvalue)
- Removes an unnecessary instance of str().c_str() (creating a temporary std::string from a StringRef just to get a valid null-terminated string).
Differential D154387
[lldb][NFCI] Minor cleanup of default OptionValue::GetSubValue implementation bulbazord on Jul 3 2023, 1:42 PM. Authored by
Details This does 2 things:
Diff Detail
|