Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix C-variadic function printing #58865

Merged
merged 2 commits into from
Mar 3, 2019
Merged

Commits on Mar 2, 2019

  1. Fix C-variadic function printing

    There is no longer a need to append the string `", ..."` to a functions
    args as `...` is parsed as an argument and will appear in the functions
    arguments.
    dlrobertson committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    04d0a8c View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2019

  1. Nit

    alexreg authored and dlrobertson committed Mar 3, 2019
    Configuration menu
    Copy the full SHA
    379cd29 View commit details
    Browse the repository at this point in the history