llvm-project
6fea3da4
- [lldb] Simplify handling of empty strings for MCP (NFC) (#148317)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
63 days ago
[lldb] Simplify handling of empty strings for MCP (NFC) (#148317) Instead of storing a `std::optional<std::string>`, directly use a `std::string` and treat a missing value the same was as an empty string.
References
#148317 - [lldb] Simplify handling of empty strings for MCP (NFC)
Author
JDevlieghere
Parents
5a95ec6d
Loading