Skip to content

Refactor translation unit glob pattern to handle large directories #26

@bkryza

Description

@bkryza

Currently, when -u dir/**/*.cpp is specified on a very large directory, the time to filter the translation units against the compile commands is very long. This should be refactored, so that first we extract the files from compile commands and then check them against the glob pattern instead of listing everything.

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

    Issue actions