summaryrefslogtreecommitdiff
path: root/AK/Try.h
AgeCommit message (Expand)Author
2023-02-10AK+Everywhere: Do not implicitly copy variables in TRY macrosTimothy Flynn
2023-01-15Everywhere: Fully qualify IsLvalueReference in TRY() macrosAndrew Kaster
2023-01-13AK+Everywhere: Disallow returning a reference from a fallible expressionTimothy Flynn
2022-12-06AK: Ignore -Wshadow in TRY() and MUST()Linus Groh
2022-10-16AK: Document the non-standard extensions in TRYPaul Herman
2022-01-16AK: Mark the error branch of the TRY() macro as unlikelyIdan Horowitz
2021-11-10AK+LibJS: Simplify MUST() and move it from LibJS to AK/Try.hAndreas Kling
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-15AK: Rename the local variable in the TRY() macro to avoid name clashesLinus Groh
2021-09-05AK: Add a TRY(expression) macro to simplify the unwrap-or-return patternAndreas Kling