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] Overloaded method satisfies std::is_member_function_pointer in concepts #97768

Open
sigasigasiga opened this issue Jul 4, 2024 · 2 comments
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema"

Comments

@sigasigasiga
Copy link

I have two very similar examples with the erroneous behavior:

  1. id-expression of an overloaded method is classified as a member function pointer https://godbolt.org/z/dGqME87xT
  2. Member pointer of an overloaded method is classified as a member function pointer https://gcc.godbolt.org/z/9Kah9q9zx

These similar examples are probably caused by the same problem, so one issue for both of them

@github-actions github-actions bot added the clang Clang issues not falling into any other category label Jul 4, 2024
@EugeneZelenko EugeneZelenko added clang:frontend Language frontend issues, e.g. anything involving "Sema" and removed clang Clang issues not falling into any other category labels Jul 4, 2024
@llvmbot
Copy link
Collaborator

llvmbot commented Jul 4, 2024

@llvm/issue-subscribers-clang-frontend

Author: Egor Bychin (sigasigasiga)

I have two very similar examples with the erroneous behavior: 1. `id-expression` of an overloaded method is classified as a member function pointer https://godbolt.org/z/dGqME87xT 2. Member pointer of an overloaded method is classified as a member function pointer https://gcc.godbolt.org/z/9Kah9q9zx

These similar examples are probably caused by the same problem, so one issue for both of them

@sigasigasiga
Copy link
Author

Probably related to #97753

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clang:frontend Language frontend issues, e.g. anything involving "Sema"
Projects
None yet
Development

No branches or pull requests

3 participants