This is an archive of the discontinued LLVM Phabricator instance.

path: Use string_view_t consistently
ClosedPublic

Authored by dexonsmith on Jun 18 2017, 12:13 PM.

Details

Reviewers
EricWF
Summary

Most of filesystem/path.cpp uses string_view_t. This fixes the two spots that use string_view directly.

Diff Detail

Event Timeline

dexonsmith created this revision.Jun 18 2017, 12:13 PM
EricWF accepted this revision.Jun 18 2017, 3:38 PM

Thanks!

This revision is now accepted and ready to land.Jun 18 2017, 3:38 PM
dexonsmith closed this revision.Jun 18 2017, 9:28 PM

Fixed in r305661.