Skip to content

Add support for C language standards - #159

Merged
foonathan merged 2 commits into
standardese:mainfrom
staticintlucas:feature/c_std
Jan 26, 2023
Merged

Add support for C language standards#159
foonathan merged 2 commits into
standardese:mainfrom
staticintlucas:feature/c_std

Conversation

@staticintlucas

Copy link
Copy Markdown
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.

@foonathanfoonathan left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Thank you.

Comment threadinclude/cppast/compile_config.hpp
Comment threadsrc/libclang/libclang_parser.cpp Outdated
Comment threadsrc/libclang/libclang_parser.cpp Outdated
@foonathan
foonathan merged commit 7b25525 into standardese:mainJan 26, 2023
@foonathan

Copy link
Copy Markdown
Collaborator

Thanks again.

Sign up for freeto 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

@staticintlucas@foonathan