Cahnged the function signature and removed conditionals from loop body.
Details
Details
- Reviewers
kcc morehouse vitalybuka - Commits
- rG3416773cb170: [clang-fuzzer] Modified protobuf and converter to add new signature, remove…
rC334421: [clang-fuzzer] Modified protobuf and converter to add new signature, remove…
rL334421: [clang-fuzzer] Modified protobuf and converter to add new signature, remove…
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 19187 Build 19187: arc lint + arc unit
Event Timeline
Comment Actions
@kcc suggested removing conditionals for now and adding them back later. include statement was for testing; I'll remove it and resubmit.
Do you really want to get rid of if-else?