Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/1] Improve gcc's -fsanitize completion
- X-seq: zsh-workers 51325
- From: Shohei YOSHIDA <syohex@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Cc: Shohei YOSHIDA <syohex@xxxxxxxxx>
- Subject: [PATCH 0/1] Improve gcc's -fsanitize completion
- Date: Tue, 24 Jan 2023 11:08:31 +0900
- Archived-at: <https://zsh.org/workers/51325>
- List-id: <zsh-workers.zsh.org>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author