commit | 63dea591040f8dad31a1b3942afcb5b12537ef90 | [log] [tgz] |
---|---|---|
author | Luke Drummond <[email protected]> | Thu Dec 22 19:15:07 2016 |
committer | Luke Drummond <[email protected]> | Thu Dec 22 19:15:07 2016 |
tree | 82e42f09ecaeddd41a5451af5a5831cfab365591 | |
parent | c2b56634cfae06e4c2c373b96bc4da144adfe86f [diff] |
Fix a couple of incorrect format string warnings This patch fixes use of incorrect `%zi` to format a plain `int`, and using `%llu` to format a `uint64_t`. The fix is to use the new typesafe `llvm::Formatv` based API. Differential Revision: https://reviews.llvm.org/D28028 Subscribers: lldb-commits llvm-svn: 290359