Restricting the categories prevents extra unwanted options from creeping into
help (D60663), and removes a bunch of noise from --help-hidden.
While here, remove static from the opts in favor of an anon namespace, to
reduce the noise level.
Paths
| Differential D65200
[clangd] Add categories to help options, and only show clangd options. ClosedPublic Authored by sammccall on Jul 24 2019, 4:58 AM.
Details Summary Restricting the categories prevents extra unwanted options from creeping into While here, remove static from the opts in favor of an anon namespace, to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 24 2019, 5:27 AM Closed by commit rL366900: [clangd] Add categories to help options, and only show clangd options. (authored by sammccall). · Explain WhyJul 24 2019, 5:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 211469 clang-tools-extra/clangd/tool/ClangdMain.cpp
|
maybe also group these options by the their categories?