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

Rename -Xlint:named-booleans to -Wunnamed-boolean-literal (and no longer include it in -Xlint) #10704

Merged
merged 3 commits into from
Apr 9, 2024

Commits on Apr 5, 2024

  1. Add -Wunnamed-boolean-literal

    Also -Wunnamed-boolean-literal-strict
    a strict version for booleans.
    
    Remove exclusion of case apply for boolean lint
    
    Quickfix name boolean literal
    
    Warn ambiguous effectively unnamed per review
    
    Examine args only once
    
    Unnamed and original apply survive rewrite
    som-snytt committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2166404 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bc7faf View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    bd9de74 View commit details
    Browse the repository at this point in the history