Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Fuzzer/
-
trunk/
-
lib/
-
Fuzzer/
-
FuzzerIOWindows.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D28711
[libFuzzer] Same behaviour for `ListFilesInDirRecursive` when non existing directory.
Closed
Public
Authored by
mpividori
on Jan 13 2017, 3:20 PM.
Download Raw Diff
Details
Reviewers
zturner
Commits
rG72b5a237f135: [libFuzzer] Fix ListFilesInDirRecursive() to do the same for Posix and Windows.
rL292741: [libFuzzer] Fix ListFilesInDirRecursive() to do the same for Posix and Windows.
Diff Detail
Repository
rL LLVM
Event Timeline
mpividori
updated this revision to
Diff 84401
.
Jan 13 2017, 3:20 PM
mpividori
retitled this revision from
to
[libFuzzer] Same behaviour for `ListFilesInDirRecursive` when non existing directory.
.
mpividori
updated this object.
mpividori
added a reviewer:
zturner
.
mpividori
set the repository for this revision to
rL LLVM
.
mpividori
added a subscriber:
llvm-commits
.
zturner
accepted this revision.
Jan 17 2017, 10:03 AM
This revision is now accepted and ready to land.
Jan 17 2017, 10:03 AM
Closed by commit
rL292741: [libFuzzer] Fix ListFilesInDirRecursive() to do the same for Posix and Windows.
(authored by
mpividori
).
·
Explain Why
Jan 21 2017, 6:09 PM
This revision was automatically updated to reflect the committed changes.