From: Shohei YOSHIDA <syohex@gmail.com>
To: zsh-workers@zsh.org
Cc: Shohei YOSHIDA <syohex@gmail.com>
Subject: [PATCH 0/1] Improve gcc's -fsanitize completion
Date: Tue, 24 Jan 2023 11:08:31 +0900 [thread overview]
Message-ID: <20230124020832.221951-1-syohex@gmail.com> (raw)
GCC accepts multiple `-fsanitize` options and it supports
comma separated arguments.
For example
gcc -fsanitize=address -fsanitize=alignment,undefined foo.c
Shohei YOSHIDA (1):
Improve -fsanitize option completion
Completion/Unix/Command/_gcc | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
2.37.2
next reply other threads:[~2023-01-24 2:11 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-24 2:08 Shohei YOSHIDA [this message]
2023-01-24 2:08 ` [PATCH 1/1] Improve -fsanitize option completion Shohei YOSHIDA
2023-01-24 9:06 ` Daniel Shahaf
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230124020832.221951-1-syohex@gmail.com \
--to=syohex@gmail.com \
--cc=zsh-workers@zsh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mirror/zsh/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).