This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix directory_iterator compilation on Win32
ClosedPublic

Authored by thrimbor on Aug 29 2019, 5:38 PM.

Details

Summary

This patch fixes some typos and other small errors in directory_iterator.cpp that prevented this file from being compiled for Win32.

Diff Detail

Repository
rL LLVM

Event Timeline

thrimbor created this revision.Aug 29 2019, 5:38 PM
EricWF accepted this revision.Aug 29 2019, 6:43 PM

Thanks for the patch

This revision is now accepted and ready to land.Aug 29 2019, 6:43 PM

Thanks for accepting! Can you commit the patch for me? I don't have commit access myself.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2019, 4:16 PM