Skip to content

Conversation

Lancern
Copy link
Member

@Lancern Lancern commented Feb 25, 2025

This patch adds support for simple cast operations on pointers to member functions, including: 1) casting pointers to member function values to boolean values; 2) reinterpret casts between pointers to member functions.

This patch adds support for simple cast operations on pointers to member
functions, including: 1) casting pointers to member function values to boolean
values; 2) reinterpret casts between pointers to member functions.
Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks

@bcardosolopes bcardosolopes merged commit 4ea0083 into llvm:main Feb 26, 2025
7 checks passed
@Lancern Lancern deleted the memfunc-ptr-casts branch February 27, 2025 00:38
xlauko pushed a commit to xlauko/clangir that referenced this pull request Feb 28, 2025
This patch adds support for simple cast operations on pointers to member
functions, including: 1) casting pointers to member function values to
boolean values; 2) reinterpret casts between pointers to member
functions.
xlauko pushed a commit to xlauko/clangir that referenced this pull request Feb 28, 2025
This patch adds support for simple cast operations on pointers to member
functions, including: 1) casting pointers to member function values to
boolean values; 2) reinterpret casts between pointers to member
functions.
lanza pushed a commit that referenced this pull request Mar 18, 2025
This patch adds support for simple cast operations on pointers to member
functions, including: 1) casting pointers to member function values to
boolean values; 2) reinterpret casts between pointers to member
functions.
terapines-osc-cir pushed a commit to Terapines/clangir that referenced this pull request Sep 2, 2025
This patch adds support for simple cast operations on pointers to member
functions, including: 1) casting pointers to member function values to
boolean values; 2) reinterpret casts between pointers to member
functions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants