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 Analyzer to reference included files in preprocessor #15

Closed
Tracked by #10
timjroberts opened this issue Apr 13, 2023 · 1 comment
Closed
Tracked by #10

Allow Analyzer to reference included files in preprocessor #15

timjroberts opened this issue Apr 13, 2023 · 1 comment
Assignees

Comments

@timjroberts
Copy link
Collaborator

While preprocessing a file that makes use of '#include' directives, the Analyzer will currently raise a 'not found' error instead of resolving the included file (via its path), from its environment.

The WorkspaceManager that is part of the 'analyzer-host' crate can be used to perform this resolution.

@timjroberts
Copy link
Collaborator Author

Future work has been identified in #31.

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