Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix C++1 generation of function pointers.#1406

Open
threeifbyair wants to merge 3 commits into
hsutter:main from
threeifbyair:threeifbyair/bug1397
Open

Fix C++1 generation of function pointers. #1406
threeifbyair wants to merge 3 commits into
hsutter:main from
threeifbyair:threeifbyair/bug1397

Conversation

@threeifbyair

@threeifbyair threeifbyair commented Jun 22, 2025

Copy link
Copy Markdown
Contributor

Fix #1397. Function pointers (but not functions) can now be return types.

It turns out that even if we correctly parse a function pointer type, we drop the pc_qualifiers when we generate the C++1 code. So I fixed that too.

Copy link
Copy Markdown
Contributor

Looks good.

@hsutter hsutter left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thanks! I have a question about the new parameter...

Comment thread source/parse.h Outdated
Comment thread source/parse.h Outdated
@hsutter hsutter added the question - further information requested Further information is requested label Jul 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@hsutter hsutter hsutter requested changes

Assignees

No one assigned

Labels

question - further information requested Further information is requested

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[BUG] Can not declare functions that return function pointers

AltStyle によって変換されたページ (->オリジナル) /