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

[clang] Avoid -Wshadow warning when init-capture named same as class field #74512

Merged
merged 12 commits into from
Feb 12, 2024

Commits on Dec 5, 2023

  1. [clang] Avoid -Wshadow warning when init-capture named same as class …

    …field
    
    Shadowing warning doesn't make much sense since field is not available
    in lambda's body without capturing this.
    
    Fixes llvm#71976
    Fznamznon committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    169d962 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    621cb81 View commit details
    Browse the repository at this point in the history
  2. Apply comments

    Fznamznon committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3798e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1426da View commit details
    Browse the repository at this point in the history
  4. Remove comment

    Fznamznon committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    3f01cd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

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

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    d37e959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b95d07 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    2b49655 View commit details
    Browse the repository at this point in the history
  2. Apply comments

    Fznamznon committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ea6bdd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b25344 View commit details
    Browse the repository at this point in the history