This is an archive of the discontinued LLVM Phabricator instance.

[libc][NFC] rename str_conv_utils to str_to_integer
ClosedPublic

Authored by michaelrj on Nov 2 2021, 2:53 PM.

Details

Summary

rename str_conv_utils to str_to_integer to be more
in line with str_to_float.

Diff Detail

Event Timeline

michaelrj created this revision.Nov 2 2021, 2:53 PM
michaelrj requested review of this revision.Nov 2 2021, 2:53 PM
sivachandra accepted this revision.Nov 3 2021, 12:12 AM
This revision is now accepted and ready to land.Nov 3 2021, 12:12 AM
lntue accepted this revision.Nov 3 2021, 6:59 AM
michaelrj updated this revision to Diff 384605.Nov 3 2021, 3:38 PM

change to str_to_integer to match the function in the file

michaelrj retitled this revision from [libc][NFC] rename str_conv_utils to str_to_int to [libc][NFC] rename str_conv_utils to str_to_integer.Nov 3 2021, 3:38 PM
michaelrj edited the summary of this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.