Skip to content

Script to Coalesce Output From Multiple Platforms #11

Open
@dsanders11

Description

@dsanders11
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dsanders11

        Issue actions

          Script to Coalesce Output From Multiple Platforms · Issue #11 · dsanders11/chromium-include-cleanup