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][Sema] Fix a CTAD regression after 42239d2e9 #86914

Merged
merged 4 commits into from
Mar 29, 2024
Merged

Commits on Mar 28, 2024

  1. [clang][Sema] Fix a CTAD regression after 42239d2

    The most recent declaration of a template as a friend can introduce
    a different template parameter depth compared to what we anticipate
    from a CTAD guide.
    
    Fixes llvm#86769
    zyn0217 committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b31ca78 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Expand comments

    zyn0217 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6acd294 View commit details
    Browse the repository at this point in the history
  2. Mention N3337 in the test.

    zyn0217 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    3403c76 View commit details
    Browse the repository at this point in the history
  3. Spell out C++11

    zyn0217 committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6607f7b View commit details
    Browse the repository at this point in the history