diff options
author | Michael Jones <michaelrj@google.com> | 2022-08-11 14:16:00 -0700 |
---|---|---|
committer | Michael Jones <michaelrj@google.com> | 2022-08-11 16:56:27 -0700 |
commit | 5e22ef3198d1686f7978dd150a3eefad4f737bfc (patch) | |
tree | 5259a5330da9b3598a19b8a24325c643e4b4bc3f /lldb/packages/Python/lldbsuite/test/lldbgdbclient.py | |
parent | ce075dfa190454f6f85920ad4ffe6928980868af (diff) | |
download | llvm-5e22ef3198d1686f7978dd150a3eefad4f737bfc.zip llvm-5e22ef3198d1686f7978dd150a3eefad4f737bfc.tar.gz llvm-5e22ef3198d1686f7978dd150a3eefad4f737bfc.tar.bz2 |
[libc] move int conversion out of base template
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lldbgdbclient.py')
0 files changed, 0 insertions, 0 deletions