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

Allow real includes inside ghost headers #47

Open
btj opened this issue Sep 9, 2016 · 0 comments
Open

Allow real includes inside ghost headers #47

btj opened this issue Sep 9, 2016 · 0 comments

Comments

@btj
Copy link
Member

btj commented Sep 9, 2016

This allows ghost headers to use types declared by the real headers.

To maintain soundness, check at the point where the ghost header is included that the real headers included by the ghost header were already included earlier and therefore the real includes inside the ghost header are no-ops from the point of view of the global symbol table (assuming all headers have proper header guards).

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