================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to