Parse into an unsigned type instead of a signed type and then checking for...
Parse into an unsigned type instead of a signed type and then checking for positive and casting to unsigned. Since we know the string starts with a digit it couldn't be negative anyway. NFCI llvm-svn: 250879
Loading
Please sign in to comment