Update the types for UnusedReturnValueCheck after D151383.
- Add std::errc, std:error_condition
- Remove absl::Status - it's marked as [[nodiscard]] anyway so it's redundant (and might create double warnings) to check it.
Differential D151650
[clang-tidy] Update UnusedReturnValueCheck types royjacobson on May 29 2023, 6:59 AM. Authored by
Details Update the types for UnusedReturnValueCheck after D151383.
Diff Detail Event Timeline
|