From: Dan Carpenter Date: Wed, 17 Apr 2013 16:04:55 +0000 (+0300) Subject: param_cleared: clear_buffer: add them to the check_list.h file X-Git-Tag: 1.59~184 X-Git-Url: https://repo.or.cz/w/smatch.git/commitdiff_plain/9a1d30a094f90a0345d52772999667c05ee82609 param_cleared: clear_buffer: add them to the check_list.h file I forgot to commit this chunk so they weren't enabled. :( Signed-off-by: Dan Carpenter --- diff --git a/check_list.h b/check_list.h index 16a7b95a..a744d084 100644 --- a/check_list.h +++ b/check_list.h @@ -16,6 +16,8 @@ CK(register_parse_call_math) CK(register_param_limit) CK(register_param_filter) CK(register_param_set) +CK(register_param_cleared) +CK(register_clear_buffer) CK(register_comparison) CK(register_comparison_links) CK(register_local_values)