Print this page
12166 resync smatch to 0.6.1-rc1-il-3

@@ -50,7 +50,8 @@
 
 # delete duplicate entrees and speed things up
 echo "delete from function_ptr where rowid not in (select min(rowid) from function_ptr group by file, function, ptr, searchable);" | sqlite3 $db_file
 
 ${bin_dir}/apply_return_fixes.sh -p=${PROJ} $db_file
+${bin_dir}/insert_manual_states.pl ${PROJ} $db_file
 
 mv $db_file smatch_db.sqlite