[clang-tools-extra] [clang-tidy] Add new '-hide-progress' option to tidy-scripts for suppressing progress information (PR #154416)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 4 00:13:20 PDT 2025


================
@@ -258,6 +258,11 @@ def main():
         help="Upgrades clang-tidy warnings to errors. Same format as '-checks'.",
         default="",
     )
+    parser.add_argument(
+        "-hide-progress",
----------------
vbvictor wrote:

I initially implemented everything under `-quiet` but [concerns were raised](https://github.com/llvm/llvm-project/pull/154416#issuecomment-3202867663) that they should be separate. I imagine that in CI it would be helpful to have `-quiet` enabled but `-hide-progress` disabled.

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


More information about the cfe-commits mailing list