mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
Follows addition of Expected<Error> support (99ce206246), and has
essentially the same motivation: supporting RPC calls to functions
returning Expected<T>, where the RPC infrastructure wants to be able to
wrap that result in its own Expected.