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++ Version support? #432

Open
VenoVeno opened this issue Jun 21, 2023 · 6 comments
Open

C++ Version support? #432

VenoVeno opened this issue Jun 21, 2023 · 6 comments
Labels
language C/C++ Language Support

Comments

@VenoVeno
Copy link

Can Eclipse CDT AST Parser parse all version of C++. What is the latest C++ version supported?

Thanks in advance.

@jonahgraham
Copy link
Member

Hi @VenoVeno, generally speaking C++11 is pretty much fully supported, C++14 is mostly supported, and some of C++17 and C++20 is. The more recent filed bugs affecting language support are tagged with language tag and there are numerous bugs still in Bugzilla too:

Contributions that improve parser support is certainly welcome and there have been numerous fixes and improvements in recent releases. However long term the CDT project is expecting to rely on Language Servers to fully support C++ going forward, with clangd the current language server of choice. Please follow the CDT LSP repo for details and to try it out.

@jonahgraham jonahgraham added the language C/C++ Language Support label Jun 21, 2023
@VenoVeno

This comment was marked as off-topic.

@VenoVeno

This comment was marked as off-topic.

@jonahgraham

This comment was marked as off-topic.

@VenoVeno

This comment was marked as off-topic.

@jonahgraham

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language C/C++ Language Support
Projects
None yet
Development

No branches or pull requests

2 participants