Adds a synthetic formatter for `llvm::Expected<T>`. The synthetic value will have a single child, either `value` or `error`.
15 KiB
15 KiB
Adds a synthetic formatter for `llvm::Expected<T>`. The synthetic value will have a single child, either `value` or `error`.