mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 16:56:06 +00:00

The convert_alpha_numeric function is intentionally non-templated so that its code can be reused for different bases in code-size sensitive cases. Previously it was inside the IntegerToString class which created a different version for each base. Reviewed By: sivachandra, lntue Differential Revision: https://reviews.llvm.org/D131725
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.