[PATCH] D49212: [libFuzzer] Implement stat::stability_rate based on the percentage of unstable edges.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 08:56:14 PDT 2018


Dor1s added a comment.

Kevin, it looks like you've applied clang-format (not clang-format-diff) on Friday and that has introduced a bunch of unnecessary changes. Click on "History" in "Revision Contents" table, then change "Whitespace Changes" listbox to "Show All" in the bottom: https://reviews.llvm.org/D49212?vs=on&id=155681&whitespace=show-all#toc

I'll clean those up for you and re-land the CL, but please be more careful next time. One more sanity check you could do locally is to run `svn diff | colordiff` and quickly inspect the diff you're about to upload for review.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49212





More information about the llvm-commits mailing list