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

C++ frontend ignores all extern "C" declarations #1578

Closed
oxisto opened this issue Jun 5, 2024 · 1 comment · Fixed by #1579
Closed

C++ frontend ignores all extern "C" declarations #1578

oxisto opened this issue Jun 5, 2024 · 1 comment · Fixed by #1579
Labels
cxx Related to C/C++ language parsing

Comments

@oxisto
Copy link
Member

oxisto commented Jun 5, 2024

They are just ignored or probably not even parsed by CDT?!

@oxisto oxisto added the cxx Related to C/C++ language parsing label Jun 5, 2024
oxisto added a commit that referenced this issue Jun 5, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 5, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 5, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
@oxisto
Copy link
Member Author

oxisto commented Jun 6, 2024

Duplicate of #244

@oxisto oxisto marked this as a duplicate of #244 Jun 6, 2024
@oxisto oxisto closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
oxisto added a commit that referenced this issue Jun 6, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 6, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 6, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 7, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 7, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
oxisto added a commit that referenced this issue Jun 10, 2024
It seems we previously ignored it, which meant that all code that was behind `extern "C"` was ignored.

Fixes #1578
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cxx Related to C/C++ language parsing
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant