This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Diff 11 - Clean up headers and file formatting of LibFuzzer files
AbandonedPublic

Authored by mpividori on Dec 2 2016, 9:13 AM.

Details

Reviewers
kcc
zturner

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori updated this revision to Diff 80078.Dec 2 2016, 9:13 AM
mpividori retitled this revision from to [libFuzzer] Diff 11 - Add required header for Windows..
mpividori updated this object.
mpividori added reviewers: kcc, zturner.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
kcc accepted this revision.Dec 2 2016, 9:49 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Dec 2 2016, 9:49 AM
zturner edited edge metadata.Dec 2 2016, 11:53 AM

I know we originally said to split changes up into smaller patches, but here is an example of where I think the patch is too small :)

Diff 11, 12, 13, and 14 can all be combined into 1 patch, for example. Maybe it could be called "Clean up headers and file formatting of LibFuzzer files". Kostya mentioned that the complexity of reviewing a patch is N^2 in the size of the patch, but when N < 1, N > N^2 :)

Can you abandoned 12, 13, and 14, combine them all into 1 patch, and re-upload it here?

@zturner Ok! No problem! Thanks.

mpividori updated this revision to Diff 80117.Dec 2 2016, 12:06 PM
mpividori retitled this revision from [libFuzzer] Diff 11 - Add required header for Windows. to [libFuzzer] Diff 11 - Clean up headers and file formatting of LibFuzzer files.
mpividori edited edge metadata.

Done!

mpividori abandoned this revision.Dec 2 2016, 12:07 PM