aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/checks.h
AgeCommit message (Expand)Author
2023-05-29fix includes for touched header files (iwyu)MarcoFalke
2023-05-29Add [[nodiscard]] where ignoring a Result return type is an errorMarcoFalke
2023-05-24refactor: Replace std::optional<bilingual_str> with util::ResultRyan Ofsky
2022-07-19refactor: Reduce number of SanityChecks return valuesRyan Ofsky
2022-06-02kernel: SanityChecks: Return an error structCarl Dong
2022-06-02Move init::SanityCheck to kernel::SanityCheckCarl Dong