summaryrefslogtreecommitdiff
path: root/libc/src/__support/CPP/limits.h
AgeCommit message (Expand)Author
2024-08-07[libc] Use proxy headers for `limits.h` values (#102378)Joseph Huber
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2024-03-08[libc] Provide `LIBC_TYPES_HAS_INT128` (#84149)Guillaume Chatelet
2024-02-29[libc] Revert https://github.com/llvm/llvm-project/pull/83199 since it broke ...lntue
2024-02-27[libc] Add "include/" to the LLVM include directories (#83199)Joseph Huber
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue
2024-01-20[libc] Fix size_t used without including stddef.h in CPP/limit.h. (#78861)lntue
2023-11-30[libc] Add the digits property to numeric_limits (#73926)Guillaume Chatelet
2023-11-29[libc][NFC] Fix missing LIBC_INLINE + style (#73659)Guillaume Chatelet
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-09-14[libc] Fix some warnings (#66366)Alex Brachet
2023-08-30[libc] Define long long limits if not definedAlex Brachet
2023-08-08[libc] add <limits> specialization for signed charGuillaume Chatelet
2022-08-25[NFC][libc] Move Uint implementation to parent directoryGuillaume Chatelet
2022-08-01[libc][NFC] Use STL case for limitsGuillaume Chatelet