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

Allows the user to specify a specific clang version #144

Open
wants to merge 23 commits into
base: release-1.11
Choose a base branch
from

Conversation

atuleu
Copy link

@atuleu atuleu commented Oct 28, 2019

Some projects requires a specific clang version to compiles. This dirty patch allows to use cldoc with them.

@atuleu atuleu changed the base branch from master to release-1.11 October 28, 2019 12:13
For some project using new c++ features it maybe useful to for the use
of a specific verison of clang.

This very small patch allow this use by setting up an environment variable.

The use of an environment variable is forced by tree.py that locates
the libclang statically and not using an argument. Otherwise an
argument to generate command would have been preffered.
@atuleu atuleu force-pushed the dev/clang-version branch from b411790 to f8b4eab Compare June 4, 2020 23:40
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