[clang-query] Parallel runner for clang-query
Open
clang-query
enhancement
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
Similarly to [run-clang-tidy.py](https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clang-tidy/tool/run-clang-tidy.py), should we have a parallel runner for `clang-query` as well? For big searches in big codebases.
Contributor guide
Research direction
Start by reading clang-tools-extra/clang-tidy/tool/run-clang-tidy.py, which the issue identifies as the analogous runner. Determine the desired parallel-runner scope for clang-query and how it should support searches across large codebases; done means an agreed implementation that runs clang-query searches in parallel.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, compilers, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100