[libc-commits] [PATCH] D149594: [libc] Add explicit constructor calls to fix compilation when using UInt<T>
Mikhail Ramalho via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon May 1 11:43:08 PDT 2023
mikhail.ramalho updated this revision to Diff 518511.
mikhail.ramalho marked 3 inline comments as done.
mikhail.ramalho added a comment.
- Use static_cast<foo> instead of foo(...)
- Changed operator++ and operator-- to use operator+ and operator-, respectively
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149594/new/
https://reviews.llvm.org/D149594
Files:
libc/src/__support/FPUtil/generic/sqrt.h
libc/src/__support/UInt.h
libc/src/__support/float_to_string.h
libc/src/__support/str_to_float.h
libc/src/stdio/printf_core/char_converter.h
libc/src/stdio/printf_core/float_dec_converter.h
libc/src/stdio/printf_core/float_hex_converter.h
libc/src/stdio/printf_core/float_inf_nan_converter.h
libc/src/stdio/printf_core/int_converter.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149594.518511.patch
Type: text/x-patch
Size: 9748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230501/7728e43a/attachment-0001.bin>
More information about the libc-commits
mailing list