[PATCH] Add a Fuzzer library
Kostya Serebryany
kcc at google.com
Tue Jan 27 10:09:46 PST 2015
================
Comment at: lib/Fuzzer/FuzzerIO.cpp:18
@@ +17,3 @@
+ std::vector<std::string> V;
+ DIR *D = opendir(Dir.c_str());
+ if (!D) return V;
----------------
majnemer wrote:
> Could you instead use `fs::directory_iterator` so that this works on Windows too?
No. This lib has to be independent from the rest of LLVM.
Same below
http://reviews.llvm.org/D7184
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list