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 ability to make clang compile time plugins #128

Open
dpeter99 opened this issue Jan 14, 2023 · 0 comments
Open

Add ability to make clang compile time plugins #128

dpeter99 opened this issue Jan 14, 2023 · 0 comments

Comments

@dpeter99
Copy link

dpeter99 commented Jan 14, 2023

If it is possible I would really love the ability to include the necessary libs for clang plugin development. Currently, all docs suggest building all of clang manually to have this ability, and no pre-built package includes them as far as I found. While on linux and macos they are available through the package manager.

This would certainly increase the package size.

https://clang.llvm.org/docs/ClangPlugins.html

I'm hoping to use this for my thesis project which includes a small reflection lib. With this, I could add new attributes for influencing how the reflection is done.

@dpeter99 dpeter99 changed the title ossibility to Add ability to make clang compile time plugins Jan 14, 2023
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

No branches or pull requests

1 participant