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] Ensure default arguments in friend declarations are only allowed in defining declarations to prevent multiple reachable declarations #113777

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Commits on Oct 26, 2024

  1. [Clang] prevent assertion failure from an invalid template instantiat…

    …ion pattern when adding instantiated params to the scope in friend functions with defaulted params
    a-tarasyuk committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    78019b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

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

Commits on Oct 29, 2024

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

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    d6c14c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc6f788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5fd5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988b502 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    96c27f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    6504f2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bbd61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47a3c4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dc6ab8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5651909 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. [Clang] Ensure default arguments in friend declarations are only allo…

    …wed in defining declarations to prevent multiple reachable declarations
    a-tarasyuk committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c1c985e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a66ea04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d75ec5 View commit details
    Browse the repository at this point in the history
  4. add additional tests

    a-tarasyuk committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    4fb421b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7e5f19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3aee323 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    611d410 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    030dd7f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b067627 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd9ad18 View commit details
    Browse the repository at this point in the history
  11. add comments

    a-tarasyuk committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    263e151 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b9759de View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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