This revision was automatically updated to reflect the committed changes.
Closed by commit rL307116: [Bash-autocompletion] Show flags which has HelpText
or GroupID (authored by yamaguchi).
Changed prior to commit:
https://reviews.llvm.org/D34930?vs=105017&id=105211#toc
Repository:
rL LLVM
h
yamaguchi added a comment.
We are going to ask community which flags should be autocompleted or not, and
tidy Options.td.
https://reviews.llvm.org/D34930
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/
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`.
T
yamaguchi created this revision.
Herald added a subscriber: hiraditya.
Otherwise internal flags will be also completed.
https://reviews.llvm.org/D34930
Files:
llvm/lib/Option/OptTable.cpp
Index: llvm/lib/Option/OptTable.cpp
===