summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorFerenc- <Ferenc-@users.noreply.github.com>2017-02-21 14:58:33 +0100
committerOliver Kiddle <opk@zsh.org>2017-03-04 09:23:11 +0100
commit76f2539e207b97fba86a2c9407e874c0d45862dc (patch)
tree4395920e6947ef1213d72c97c95ed750c3004748 /Completion
parent929fa17a2fd08e32e87dbd5ca8b7c109891eac3c (diff)
downloadzsh-76f2539e207b97fba86a2c9407e874c0d45862dc.tar.gz
zsh-76f2539e207b97fba86a2c9407e874c0d45862dc.tar.xz
zsh-76f2539e207b97fba86a2c9407e874c0d45862dc.zip
unposted (via github): Add newer C++ standard options to _gcc
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index 095dede80..e188c7e9f 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -353,7 +353,7 @@ args+=(
   '-print-file-name=-[Display the full path to library <library>]:library:->library'
   '-print-prog-name=-[Display the full path to compiler component <program>]:program:'
   '*-specs=-[Override built-in specs with the contents of <file>]:file:_files'
-  '-std=-[Assume that the input sources are for <standard>]:standard:(c90 c89 c99 c11 gnu90 gnu89 gnu99 gnu11 c++98 c++03 gnu++98 gnu++03 c++11 gnu++11 c++1y gnu++1y)'
+  '-std=-[assume that the input sources are for specified standard]:standard:(c90 c89 c99 c11 gnu90 gnu89 gnu99 gnu11 c++98 c++03 gnu++98 gnu++03 c++11 gnu++11 c++1y gnu++1y c++14 gnu++14 c++1z gnu++1z)'
   '*-include:include file:_files -g \*.h\(-.\)'
   '*-imacros:macro input file:_files -g \*.h\(-.\)'
   '*-idirafter:second include path directory:_files -/'