================ @@ -258,6 +258,11 @@ def main(): help="Upgrades clang-tidy warnings to errors. Same format as '-checks'.", default="", ) + parser.add_argument( + "-hide-progress", ---------------- carlosgalvezp wrote:
Actually now that you mention it `-hide-progress` and `-quiet` look like very similar flags that do something sligthly different, which could be confusing. What about reusing the `-quiet` flag for this instead? 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