[clang] [Tooling] Fix misleading progress report when files have multiple compile commands (PR #169640)

via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 27 02:20:07 PST 2025


zeyi2 wrote:

Thanks for feedback! I've changed the printing to:
```
[1/9] Processing file ...
[2/9] (1/2) Processing file ...
[2/9] (2/2) Processing file ...
[3/9] Processing file ...
[4/9] Processing file ...
```

https://github.com/llvm/llvm-project/pull/169640


More information about the cfe-commits mailing list