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

Script to Coalesce Output From Multiple Platforms #11

Open
dsanders11 opened this issue Feb 22, 2022 · 0 comments
Open

Script to Coalesce Output From Multiple Platforms #11

dsanders11 opened this issue Feb 22, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@dsanders11
Copy link
Owner

One of the shortcomings of clangd with this approach is the output is pretty platform-specific, which means it's not a complete picture, and it may suggest removing includes which are used on other platforms, because it is not used on the platform it is being run on.

A way to minimize the impact of that would be to take output from multiple platforms (Win, Linux, macOS, etc) and coalesce them into a single output.

The script should take N output files and coalesce them, and should have options for either doing a union or an intersection (default) of the outputs.

@dsanders11 dsanders11 added the enhancement New feature or request label Feb 22, 2022
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

1 participant