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

Parsing CPPASTLinkageSpecification #1579

Merged
merged 1 commit into from
Jun 7, 2024
Merged

Parsing CPPASTLinkageSpecification #1579

merged 1 commit into from
Jun 7, 2024

Conversation

oxisto
Copy link
Member

@oxisto oxisto commented Jun 5, 2024

It seems we previously ignored it, which meant that all code that was behind extern "C" was ignored.

Fixes #1578

@oxisto oxisto requested a review from peckto as a code owner June 5, 2024 13:06
@oxisto oxisto linked an issue Jun 6, 2024 that may be closed by this pull request
@oxisto oxisto enabled auto-merge (squash) June 7, 2024 18:57
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
Copy link

sonarcloud bot commented Jun 7, 2024

@oxisto oxisto merged commit 200c6d6 into main Jun 7, 2024
3 checks passed
@oxisto oxisto deleted the extern-c branch June 7, 2024 19:03
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.

C++ frontend ignores all extern "C" declarations extern C statement missing
2 participants