mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 15:56:08 +00:00

This patch corrects num_get for unsigned types to support strings with a leading `-` character. According to the standard the number should be parsed as an unsigned integer and then negated. llvm-svn: 328751