================
@@ -122,7 +123,9 @@ struct InfoTreeNode {
static constexpr uint64_t IndentSize = 4;
std::string Key;
- std::string Value;
+ struct None {};
----------------
jhuber6 wrote:
Is this just `std::monostate`?
https://github.com/llvm/llvm-project/pull/144535