[PATCH] D65200: [clangd] Add categories to help options, and only show clangd options.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 24 05:39:03 PDT 2019


sammccall marked an inline comment as done.
sammccall added inline comments.


================
Comment at: clang-tools-extra/clangd/tool/ClangdMain.cpp:59
+
+opt<Path> CompileCommandsDir{
     "compile-commands-dir",
----------------
hokein wrote:
> maybe also group these options by the their categories?
Done, and sorted by name. Bye bye version history, though :-/


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65200/new/

https://reviews.llvm.org/D65200





More information about the cfe-commits mailing list