Applying fixits should use paralellism #4313
Labels
analyzer 📈
Related to the analyze commands (analysis driver)
CLI 💻
Related to the command-line interface, such as the cmd, store, etc. commands
enhancement 🌟
When I apply fixits on a large project it takes a long time. I have noticed that it only uses one core at a time.
I believe it would be great if when running
CodeChecker fixit --apply
it could use multiple threads for separate translation units.With this we would gain significant speed during applying the fixits.
The text was updated successfully, but these errors were encountered: