Commit ebf2e7d
committed
Auto merge of #38223 - rkruppe:llvm-stringref-fixes, r=alexcrichton
printf type correctness
The `%.*s` format specifier requires an int for the maximum size, but StringRef::size is a size_t
cc @shepmaster1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
536 | | - | |
537 | | - | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
538 | 541 | | |
539 | 542 | | |
540 | 543 | | |
| |||
0 commit comments