================ @@ -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:
One downside of this could be such command: `run-clang-tidy -verbose -quiet` which may be confusing to look at. I'm generally in favor of opt-in `verbose` mode rather than opt-in `quiet` but decided to go with 2nd, avoiding breaking change. https://github.com/llvm/llvm-project/pull/154416 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits