[libc] Add imaxabsDifferential Revision: https://reviews.llvm.org/D129517
[libc] apply new lint rulesThis patch applies the lint rules described in the previous patch. Therewas also a significant amount of effort put into manually fixing things,since all of the templat
[libc] apply new lint rulesThis patch applies the lint rules described in the previous patch. Therewas also a significant amount of effort put into manually fixing things,since all of the templated functions, or structs defined in /spec, werenot updated and had to be handled manually.Reviewed By: sivachandra, lntueDifferential Revision: https://reviews.llvm.org/D114302
show more ...
[libc][NFC] rename str_conv_utils to str_to_integerrename str_conv_utils to str_to_integer to be morein line with str_to_float.Reviewed By: sivachandra, lntueDifferential Revision: https://rev
[libc][NFC] rename str_conv_utils to str_to_integerrename str_conv_utils to str_to_integer to be morein line with str_to_float.Reviewed By: sivachandra, lntueDifferential Revision: https://reviews.llvm.org/D113061
[libc][obvious] Add inttypes.h and stdlib.h as deps to *div functions.
[libc] Add implementations of div, ldiv, lldiv and imaxdiv.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D109952
[libc] add inttypes headerAdd inttypes.h to llvm libc. As its first functions strtoimax andstrtoumax are included.Reviewed By: sivachandraDifferential Revision: https://reviews.llvm.org/D108736