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

Support C23's Variadics Without a Named Parameter #124048

Merged
merged 2 commits into from
May 27, 2024

Commits on Apr 16, 2024

  1. Update Tests

    veera-sivarajan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    62a104d View commit details
    Browse the repository at this point in the history
  2. Support C23's Variadics Without a Named Parameter

    This PR removes the static check that disallowed extern functions
    with ellipsis (varargs) as the only parameter since this is now
    valid in C23.
    
    Also, adds a doc comment for `check_decl_cvariadic_pos()` and
    fixes the name of the function (`varadic` -> `variadic`).
    veera-sivarajan committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    f005b45 View commit details
    Browse the repository at this point in the history