[clang-tools-extra] [clang-tidy] Add new '-hide-progress' option to tidy-scripts for suppressing progress information (PR #154416)
Carlos Galvez via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 4 00:40:12 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",
----------------
carlosgalvezp wrote:
Ack!
https://github.com/llvm/llvm-project/pull/154416
More information about the cfe-commits
mailing list