[PATCH] D47666: Refactored clang-fuzzer and added new (copy) files
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 1 17:10:14 PDT 2018
vitalybuka added a comment.
In https://reviews.llvm.org/D47666#1119821, @vitalybuka wrote:
> Good practice is to avoid merging changes into a single one.
> Here one patch should be "refactoring" and the second for "loop-proto-fuzzer."
We are doing this for several reasons:
1. smaller patches, faster review
2. easier to investigate regressions caused by smaller patches
Repository:
rC Clang
https://reviews.llvm.org/D47666
More information about the llvm-commits
mailing list