[PATCH] D130226: [clang-doc] Default to Standalone executor and improve documentation
Alex Brachet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 4 10:24:57 PDT 2022
abrachet accepted this revision.
abrachet added inline comments.
================
Comment at: clang-tools-extra/clang-doc/tool/ClangDocMain.cpp:195
+ $ clang-doc --executor=all-TUs compile_commands.json
+ )";
+
----------------
Is it intentional that the rest of this help message also has two spaces before the text? It seems like the only other `Overview` passed to `createExecutorFromCommandLineArgs` in clangd has the same formatting. It also has the trailing whitespace on newline, but I don't think it should
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130226/new/
https://reviews.llvm.org/D130226
More information about the cfe-commits
mailing list