llvm-project
6fea3da4 - [lldb] Simplify handling of empty strings for MCP (NFC) (#148317)

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.
Author
Parents
Loading