std::expected
Closes #118135 Co-authored-by: A. Jiang <de34@live.cn>
Also standardize the license comment in several files where it was different from what we normally do.
Implement `std::expected` https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p0323r12.html Added tests Differential Revision: https://reviews.llvm.org/D124516 address comment