[PATCH] D33237: [GSoC] Shell autocompletion for clang

Yuka Takahashi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 16 07:52:12 PDT 2017


yamaguchi added inline comments.


================
Comment at: clang/include/clang/Driver/Options.td:472
 def a : Joined<["-"], "a">;
+def autocomplete : Joined<["--"], "autocomplete=">;
 def bind__at__load : Flag<["-"], "bind_at_load">;
----------------
jroelofs wrote:
> Please add a HelpText so it shows up in the docs.
I think this flag should not be show up with --help, because this --autocomplete flag is used only for clang internal.


https://reviews.llvm.org/D33237





More information about the llvm-commits mailing list