This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Use ptrdiff_t rather than int in splice_after_range.pass.cpp to avoid narrowing from pointer subtraction to int warnings.
ClosedPublic

Authored by BillyONeal on Apr 1 2019, 4:06 PM.

Details

Diff Detail

Event Timeline

BillyONeal created this revision.Apr 1 2019, 4:06 PM
ldionne accepted this revision.Apr 2 2019, 9:32 AM
This revision is now accepted and ready to land.Apr 2 2019, 9:32 AM
BillyONeal closed this revision.Apr 2 2019, 5:05 PM

Committed r357546