You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it seems clang-format will process each file one after another if multiple are specified. This can be tramendously slow when formatting an entire project.
Clang-format should be able to process all specified files in parallel.