Age | Commit message (Collapse) | Author | Files | Lines |
|
gnu++20, c++23, gnu++23 to gcc completion
|
|
- Support comma separated completion
- Accept multiple `-fsanitize` options
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also missing escape for _gcc and --no-index option for git diff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sub-contexts both for function and style lookup (16819)
|
|
|
|
compdef; use this for parameter values and redirections (16755)
|
|
|
|
|