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

Skip system headers #42

Open
ashishbijlani opened this issue Jan 5, 2018 · 2 comments
Open

Skip system headers #42

ashishbijlani opened this issue Jan 5, 2018 · 2 comments

Comments

@ashishbijlani
Copy link

Is it possible to skip variability in system headers and just dump the AST with variability nodes in source files?

@joliebig
Copy link
Collaborator

joliebig commented Jan 6, 2018

You can try to use the position information from AST-Nodes to see which code belongs to system headers and which code belongs to source code (see link).

@naraesk
Copy link

naraesk commented Jan 8, 2019

I'd like to do this as well. I'm not interesed in the system headers and since the memory usage is already an issue for us I thought it might help to just skip them. Since there is no option for this, would it be possible to uncomment two lines somewhere so system headers are not included but the program continues to work or so? I'm just interesed in the AST anyway and don't care about the typechecking.

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

3 participants