This is an archive of the discontinued LLVM Phabricator instance.

Modified protobuf and converter to add new signature, remove conditionals.
ClosedPublic

Authored by emmettneyman on Jun 8 2018, 3:56 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

emmettneyman created this revision.Jun 8 2018, 3:56 PM
morehouse added inline comments.Jun 11 2018, 9:44 AM
tools/clang-fuzzer/cxx_loop_proto.proto
67 ↗(On Diff #150582)

Do you really want to get rid of if-else?

tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp
123 ↗(On Diff #150582)

What's the purpose of this include?

@kcc suggested removing conditionals for now and adding them back later. include statement was for testing; I'll remove it and resubmit.

  • removed include statement meant for testing
morehouse accepted this revision.Jun 11 2018, 10:03 AM
This revision is now accepted and ready to land.Jun 11 2018, 10:03 AM
This revision was automatically updated to reflect the committed changes.