hanchenye-llvm-project/lldb
Luke Drummond 63dea59104 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
2016-12-22 19:15:07 +00:00
..
cmake [CMake] Support distribution install for LLDB.framework 2016-12-21 21:23:27 +00:00
docs Small tweaks to the markup in StructuredDataPlugins. 2016-12-13 05:59:24 +00:00
examples Improve crashlog.py so it can handle more iOS crashlog files. 2016-12-08 00:22:45 +00:00
include/lldb Rollback my commit r290168 to fix linux tests failure. I'll be back! 2016-12-20 20:00:58 +00:00
lit [CMake] Fix standalone build 2016-10-21 18:38:44 +00:00
lldb.xcodeproj specify -DNDEBUG for BNI builds of all targets in the Xcode build 2016-12-21 23:21:11 +00:00
lldb.xcworkspace
packages/Python/lldbsuite Ignore SIGPIPE in the mini-driver used by these tests. 2016-12-21 00:12:54 +00:00
resources
scripts Fix the cmake declaration syntax 2016-12-17 13:04:35 +00:00
source Fix a couple of incorrect format string warnings 2016-12-22 19:15:07 +00:00
test [CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and later 2016-12-15 18:18:47 +00:00
third_party/Python/module *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
tools Change the timeout in CallBoardSystemServiceOpenApplication to 2016-12-20 04:54:04 +00:00
unittests Add methods to enable using formatv syntax in LLDB. 2016-12-16 04:27:00 +00:00
utils *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
www Fix weak symbol linkage in SBStructuredData, update docs. 2016-11-09 23:21:04 +00:00
.arcconfig
.clang-format Updated .clang-format rules so bring LLDB in line with LLVM standards. 2016-09-06 17:19:00 +00:00
.gitignore test infra: clear file-charged issues on rerun of file 2016-10-01 00:17:08 +00:00
CMakeLists.txt Fix broken escaping of commands in the build 2016-12-16 16:38:25 +00:00
CODE_OWNERS.txt Removing myself from code ownership file 2016-12-12 22:42:00 +00:00
INSTALL.txt
LICENSE.TXT
use_lldb_suite_root.py *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00