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

Add support for C language standards #159

Merged
merged 2 commits into from
Jan 26, 2023

Conversation

staticintlucas
Copy link
Contributor

This adds support for parsing C files as C by passing the correct flags to libclang.

This is the first sub-PR of #135. The other features depend on this, so I will submit those in separate PRs when this has been merged.

Copy link
Collaborator

@foonathan foonathan left a comment

Choose a reason for hiding this comment

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

Thank you.

include/cppast/compile_config.hpp Show resolved Hide resolved
src/libclang/libclang_parser.cpp Outdated Show resolved Hide resolved
src/libclang/libclang_parser.cpp Outdated Show resolved Hide resolved
@foonathan foonathan merged commit 7b25525 into standardese:main Jan 26, 2023
@foonathan
Copy link
Collaborator

Thanks again.

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