Print this page
12724 update smatch to 0.6.1-rc1-il-5

@@ -34,10 +34,15 @@
 #include "smatch_slist.h"
 #include "smatch_extra.h"
 
 static int my_id;
 
+void set_real_absolute(struct expression *expr, struct smatch_state *state)
+{
+        set_state_expr(my_id, expr, clone_estate(state));
+}
+
 static void extra_mod_hook(const char *name, struct symbol *sym, struct expression *expr, struct smatch_state *state)
 {
         struct smatch_state *abs;
         struct range_list *rl;