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

Jonathan Roelofs via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 17 08:06:23 PDT 2017


jroelofs 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">;
----------------
yamaguchi wrote:
> 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.
ok, good point.


https://reviews.llvm.org/D33237





More information about the llvm-commits mailing list