llvm-capstone/libc/test
Guillaume Chatelet b555912e70 [libc] Better IntegerToString API
This patch is an alternative to D155902. It provides the following benefits:
 - No buffer manual allocation and error handling for the general case
 - More flexible API : width specifier, sign and prefix handling
 - Simpler code

The more flexible API removes the need for manually tweaking the buffer afterwards, and so prevents relying on implementation details of IntegerToString.

Reviewed By: michaelrj, jhuber6

Differential Revision: https://reviews.llvm.org/D156981
2023-08-09 07:33:29 +00:00
..
integration
IntegrationTest
src [libc] Better IntegerToString API 2023-08-09 07:33:29 +00:00
UnitTest [libc] Better IntegerToString API 2023-08-09 07:33:29 +00:00
utils
CMakeLists.txt