[lldb-dev] Patch for addressing format warnings on 32-bit

Joerg Sonnenberger via lldb-dev lldb-dev at lists.llvm.org
Sat Dec 26 12:15:53 PST 2015


On Fri, Dec 25, 2015 at 06:34:09PM -0800, William Dillon via lldb-dev wrote:
> There are a handful of -Wformat warnings on 32-bit platforms.
> I addressed all those that I’ve seen while working on Swift.
> Let me know if the git diff format is inappropriate for this.

Don't cast size_t to uint64_t, format it with %zu directly.

Joerg


More information about the lldb-dev mailing list