[all-commits] [llvm/llvm-project] 923ff5: [Tooling] Print the progress when there are multip...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Wed Jan 3 05:33:34 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 923ff5574826767af8145aae361ca5d710c16e65
https://github.com/llvm/llvm-project/commit/923ff5574826767af8145aae361ca5d710c16e65
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M clang/lib/Tooling/Tooling.cpp
Log Message:
-----------
[Tooling] Print the progress when there are multiple files to process (#75904)
Running clang tools on a single file can be slow. It is even worse when
running multiple files, to improve the user experience, we print the
processing status.
More information about the All-commits
mailing list