Issue 55471
Summary [clang-tidy] Number of jobs to run simultaneously (-j)
Labels new issue
Assignees
Reporter silverqx
    I'm missing `-j` command-line option to tell `clang-tidy` how many processes it can create, currently it uses all available cores which means it freezes the whole system. The OS is unresponsive and unusable during the analysis.

This problem is more significant on bigger projects because the analysis will run longer. Would be really helpful to have an option that controls the number of allowed jobs.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to