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

Defer "pure expression .. in statement position" warnings until refchecks. #8995

Merged
merged 2 commits into from
Jun 2, 2020

Commits on May 19, 2020

  1. Be more efficient in RefChecks

    Conserve unchanged blocks and templates in the output
    and avoid temporary lists.
    retronym committed May 19, 2020
    Configuration menu
    Copy the full SHA
    85652a3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Defer "pure expression .. in statement position" warnings until refch…

    …ecks.
    
    This allows a macro to transform code that used to warn into something that
    does not.
    retronym committed May 20, 2020
    Configuration menu
    Copy the full SHA
    58407ea View commit details
    Browse the repository at this point in the history