[PATCH] D34930: [Bash-autocompletion] Show flags which has HelpText or GroupID
Raphael Isemann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 1 23:40:54 PDT 2017
teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.
For the record, one can get a (maybe incomplete) list of options that are without completion via: `curl "https://teemperor.de/pub/clang_flags.txt" | grep -v HelpText | grep -v Group`.
The only options I can see that I would miss if they would disappear are the ones who are clearly meant to be public but just lack the HelpText (like our beloved `sysroot`, which is a public GCC flag). So I think this patch can go forward and someone will have to add a HelpText for those flags in the future.
https://reviews.llvm.org/D34930
More information about the cfe-commits
mailing list