This revision was automatically updated to reflect the committed changes.
Closed by commit rL290359: Fix a couple of incorrect format string warnings
(authored by ldrumm).
Changed prior to commit:
https://reviews.llvm.org/D28028?vs=82334&id=82354#toc
Repository:
rL LLVM
https://reviews.llvm
Author: ldrumm
Date: Thu Dec 22 13:15:07 2016
New Revision: 290359
URL: http://llvm.org/viewvc/llvm-project?rev=290359&view=rev
Log:
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 i
ldrumm updated this revision to Diff 82334.
ldrumm added a comment.
switched to the new llvm::Format API
https://reviews.llvm.org/D28028
Files:
source/Interpreter/Args.cpp
source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Index: source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
==