summaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Support/CheckedArithmetic.h
AgeCommit message (Expand)Author
2023-04-16[Support] Apply fixes from modernize-type-trait (NFC)Kazu Hirata
2022-12-08[llvm] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-05CheckedArithmetic: llvm::Optional => std::optionalFangrui Song
2022-12-02[ADT, Support] Use std::nullopt instead of None (NFC)Kazu Hirata
2020-09-19Fix some clang-tidy bugprone-argument-comment issuesFangrui Song
2020-02-11Use std::foo_t rather than std::foo in LLVM.Justin Lebar
2019-03-07[InterleavedAccessAnalysis] Fix integer overflow in insertMember.Florian Hahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-06-13Update comments of CheckedArithmetic API based on Philip Reames feedback.George Karpenkov
2018-06-13Add checkMulAdd helper function to CheckedArithmeticGeorge Karpenkov
2018-06-13Change checked arithmetic functions API to return OptionalGeorge Karpenkov
2018-03-02Utility functions for checked arithmeticGeorge Karpenkov