User Details
User Details
- User Since
- Jan 17 2015, 1:34 PM (395 w, 2 d)
Apr 6 2015
Apr 6 2015
snnw updated the diff for D7388: Fix 'leading zeros' caveat of StringRef::compare_numeric().
Improved readability by using strtol(), which handles the conversion to numericals. It automatically handles prefixes of 0x for hexadecimal and 0 for octal.
Mar 30 2015
Mar 30 2015
snnw added a comment to D7388: Fix 'leading zeros' caveat of StringRef::compare_numeric().
Thanks for the review.
Feb 3 2015
Feb 3 2015
snnw retitled D7388: Fix 'leading zeros' caveat of StringRef::compare_numeric() from to Fix 'leading zeros' caveat of StringRef::compare_numeric().