You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change cleans up the option handling. All options are now placed in
`InsightsOptions.def`. This patch added a new option `--autocomplete` which
roughly follows Clang's `--autocomplete` option. Except that it solely prints
all available C++ Insights options and exists.
Please note that Clang tooling options like `-p` are not part of the output.
The new script `scripts/bash-autocomplete.sh` can be downloaded and put into
your bash's completion directory, and you can autocomplete C++ Insights and
Clang options passable to C++ Insights.
0 commit comments