This is an archive of the discontinued LLVM Phabricator instance.

Remove "%zu" format specifier for MSVC.
ClosedPublic

Authored by chaoren on May 31 2015, 8:24 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 26867.May 31 2015, 8:24 PM
chaoren retitled this revision from to Remove "%zu" format specifier for MSVC..
chaoren updated this object.
chaoren edited the test plan for this revision. (Show Details)
chaoren added a reviewer: zturner.
chaoren added a subscriber: Unknown Object (MLST).
zturner edited edge metadata.May 31 2015, 9:17 PM

Lgtm. Just as an fyi, 2015 supports %z, so once we raise the minimum
requirement we won't have this problem anymore

This revision was automatically updated to reflect the committed changes.

I wonder if it'll be worth the effort to convert everything to use C++
streams instead.