[clang] [clang][deps] Improve timing output (PR #113726)

Ben Langmuir via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 14:27:16 PDT 2024


================
@@ -88,6 +88,7 @@ static bool DeprecatedDriverCommand;
 static ResourceDirRecipeKind ResourceDirRecipe;
 static bool Verbose;
 static bool PrintTiming;
+static bool NoPrintTimingHeader;
----------------
benlangmuir wrote:

Nit: even if the command-line argument is "-no" I would phrase this as `PrintTimingHeader` with default `true`.

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


More information about the cfe-commits mailing list