Commit aa33f1b
Dmitry Bushev
[ADT][bugfix] Fixed extra leading zero in uhextostr
fixed bug: if fixed-width mode uhextostr() is used with value zero, it prints
extra '0' character.1 parent 398a1ac commit aa33f1b
File tree
2 files changed
+3
-1
lines changed- llvm
- include/llvm/ADT
- unittests/ADT
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
183 | 184 | | |
184 | 185 | | |
185 | 186 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| |||
0 commit comments