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

rename repacked macros so they don't clash with existing macros #5

Open
marcosps opened this issue Mar 20, 2024 · 0 comments
Open

rename repacked macros so they don't clash with existing macros #5

marcosps opened this issue Mar 20, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@marcosps
Copy link
Collaborator

In the case a macro was using a symbol that was externalized, clang-extract recreates the macros using the externalized symbols. This works as expected. But depending on the includes, the created macro can clash with existing ones from included headers.

I suggest we take a similar strategy from klp-ccp, and add a klpr_ prefix to the macros.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants