summaryrefslogtreecommitdiff
path: root/AK/Checked.h
AgeCommit message (Expand)Author
2020-05-31AK: Always inline some Checked methodsSergey Bugaev
2020-05-20AK: Fix Checked::multiplication_would_overflow() signatureSergey Bugaev
2020-05-01AK: Make Checked.h work with ClangAndreas Kling
2020-04-30AK: Add Checked::addition_would_overflow()Sergey Bugaev
2020-04-15AK: Add Checked<T>::multiplication_would_overflow()Andreas Kling
2020-04-15AK: Add a Checked<T> templateAndreas Kling