diff options
| author | Eitan Adler <lists@eitanadler.com> | 2020-01-05 18:52:11 +0000 |
|---|---|---|
| committer | dana <dana@dana.is> | 2020-01-06 22:01:09 -0600 |
| commit | 8500403b66fbe203bf072735c9e7fb110a49da37 (patch) | |
| tree | 40c7f84d938b38e0369b24378ffb2b2f64d52bff /Completion/Unix/Command | |
| parent | 45231: _rsync: When completing remote modules, ignore more of the motd. (diff) | |
| download | zsh-8500403b66fbe203bf072735c9e7fb110a49da37.tar zsh-8500403b66fbe203bf072735c9e7fb110a49da37.tar.gz zsh-8500403b66fbe203bf072735c9e7fb110a49da37.tar.bz2 zsh-8500403b66fbe203bf072735c9e7fb110a49da37.tar.lz zsh-8500403b66fbe203bf072735c9e7fb110a49da37.tar.xz zsh-8500403b66fbe203bf072735c9e7fb110a49da37.tar.zst zsh-8500403b66fbe203bf072735c9e7fb110a49da37.zip | |
45245: _gcc: add some clang specific warnings
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_gcc | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc index 0061cfa3b..bbfbc2b9e 100644 --- a/Completion/Unix/Command/_gcc +++ b/Completion/Unix/Command/_gcc @@ -350,10 +350,12 @@ if [[ "$service" = clang* ]]; then "-nostdinc[Do not search standard system directories or compiler builtin directories for include files]" "-nostdlibinc[Do not search standard system directories for include files]" "-nobuiltininc[Do not search builtin directory for include files]" + "--help[Display this information]" ) else args+=( '-flto=-[Enable link-time optimization]::jobs:' + '*--help=-[Display this information]:class:->help' ) |
