- Print negative numbers correctly
- Handle APInts of different sizes
- Add formal unit tests for FixedPointValueToString
- Add tests for checking correct printing when padding is set
- Restrict to printing in radix 10 since that's all we need for now
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Unrelated to this patch specifically, but using getZExtValue here is a bit limiting.