[clang-tools-extra] [clang-doc] Add option for compact JSON (PR #190822)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 11:30:31 PDT 2026
================
@@ -50,6 +50,10 @@ using clang::doc::OutputFormatTy;
static llvm::cl::extrahelp CommonHelp(CommonOptionsParser::HelpMessage);
static llvm::cl::OptionCategory ClangDocCategory("clang-doc options");
+static llvm::cl::opt<bool>
----------------
ilovepi wrote:
any reason not to make this the default? it should probably always be compact if you ask for one of the other generators, like HTML.
https://github.com/llvm/llvm-project/pull/190822
More information about the cfe-commits
mailing list