summaryrefslogtreecommitdiff
path: root/Completion/Unix
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2022-12-17 23:45:09 +0900
committerOliver Kiddle <opk@zsh.org>2022-12-31 14:16:15 +0100
commit4f1544a6287d2b1c14730826ac9a5822ea928b7c (patch)
tree6c8ca58e84c6eabebd80958967d87c0b69370597 /Completion/Unix
parentbc7511bdd887cfda7eb45e8009de079d35c4d7f1 (diff)
downloadzsh-4f1544a6287d2b1c14730826ac9a5822ea928b7c.tar.gz
zsh-4f1544a6287d2b1c14730826ac9a5822ea928b7c.zip
51233: Update sanitizer list to GCC 12
Add following sanitizers - bounds-strict - hwaddress - kernel-address - kernel-hwaddress - leak - pointer-compare - pointer-subtract - shadow-call-stack - shift-base - shift-exponent - thread - undefined And sort the list in alphabetical order
Diffstat (limited to 'Completion/Unix')
-rw-r--r--Completion/Unix/Command/_gcc12
1 files changed, 7 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_gcc b/Completion/Unix/Command/_gcc
index ac0e8fda3..f10000391 100644
--- a/Completion/Unix/Command/_gcc
+++ b/Completion/Unix/Command/_gcc
@@ -1318,11 +1318,13 @@ fi
local -a sanitizers
sanitizers=(
- address alignment bool bounds enum float-cast-overflow float-divide-by-zero
- integer-divide-by-zero memory nonnull-attribute null nullability-arg
- nullability-assign nullability-return object-size pointer-overflow return
- unsigned-integer-overflow returns-nonnull-attribute shift signed-integer-overflow
- unreachable vla-bound vptr
+ address alignment bool bounds bounds-strict enum builtin float-cast-overflow
+ float-divide-by-zero hwaddress integer-divide-by-zero kernel-address
+ kernel-hwaddress leak memory nonnull-attribute null nullability-arg nullability-assign
+ nullability-return object-size pointer-compare pointer-overflow pointer-subtract return
+ returns-nonnull-attribute shadow-call-stack shift shift-base shift-exponent
+ signed-integer-overflow thread undefined unsigned-integer-overflow unreachable
+ vla-bound vptr
)
local -a languages