From e3345a27b6ac356b96d6649c45ef9c2cb14ef575 Mon Sep 17 00:00:00 2001 From: Igor Murzov Date: Fri, 16 Sep 2011 20:55:03 +0400 Subject: [PATCH] cppcheck: Update list of --enable= option arguments completions See: https://github.com/danmar/cppcheck/commit/d23c58d387ee93b74d1b33e6b1966ced1cb22eb0 --- completions/cppcheck | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)