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

Include insertion gone for most symbols in static/auto index #41

Closed
sam-mccall opened this issue Apr 30, 2019 · 1 comment
Closed

Include insertion gone for most symbols in static/auto index #41

sam-mccall opened this issue Apr 30, 2019 · 1 comment

Comments

@sam-mccall
Copy link
Member

This is a regression:

The theory is that because symbols are first declared in the file, and the header-guard controlling macro isn't identified until the end of the file.

When indexing a preamble post-hoc this shouldn't matter (PP/HeaderSearchInfo has all the information by the time we process the decls), but the static/auto index doesn't use a preamble and processes decls as they are found.

@sam-mccall
Copy link
Member Author

Fixed in r359880

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