This revision was automatically updated to reflect the committed changes.
Closed by commit rL351876: Fix warnings about printf format strings (authored
by mstorsjo, committed by ).
Herald added subscribers: llvm-commits, christof.
Changed prior to commit:
https://reviews.llvm.org/D56982?vs=1827
mstorsjo created this revision.
mstorsjo added reviewers: mclow.lists, EricWF, ldionne.
Herald added a subscriber: libcxx-commits.
Either adjust the format string to use a more exact type, or add casts (for
cases when printing pointers to structs/objects with a `%p` format specifier).
Repositor