diff --git a/completions/cppcheck b/completions/cppcheck index bb878f29..d2791ccc 100644 --- a/completions/cppcheck +++ b/completions/cppcheck @@ -17,8 +17,8 @@ _cppcheck() return ;; --enable) - COMPREPLY=( $( compgen -W 'all style information unusedFunction - missingInclude' -- "$cur" ) ) + COMPREPLY=( $( compgen -W 'all style performance portability + information unusedFunction missingInclude' -- "$cur" ) ) return ;; --error-exitcode)