This is an archive of the discontinued LLVM Phabricator instance.

convert LLDBSwigPythonCallTypeScript to ArgInfo::max_positional_args
ClosedPublic

Authored by lawrence_danna on Oct 17 2019, 6:42 PM.

Details

Summary

This patch converts another user of ArgInfo::count over to
use ArgInfo::max_positional_args instead. I also add a test
to make sure both documented signatures for python type formatters
work.

Diff Detail

Event Timeline

lawrence_danna created this revision.Oct 17 2019, 6:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2019, 6:42 PM
labath accepted this revision.Oct 18 2019, 1:39 AM
This revision is now accepted and ready to land.Oct 18 2019, 1:39 AM
This revision was automatically updated to reflect the committed changes.