[PATCH] D27230: [libFuzzer] Diff 2 - Separate FuzzerDef.h in appropriate header files.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 30 08:45:07 PST 2016


zturner added inline comments.


================
Comment at: lib/Fuzzer/FuzzerCorpus.h:20
+#include "FuzzerIO.h"
+#include "FuzzerSHA1.h"
 #include "FuzzerRandom.h"
----------------
Did you run clang-format on this patch?  It's supposed to alphabetize headers, but these are not in alphabetical order here.


Repository:
  rL LLVM

https://reviews.llvm.org/D27230





More information about the llvm-commits mailing list