We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e132e4 commit f50d848Copy full SHA for f50d848
src/taint-slicer/slicer.cpp
@@ -98,8 +98,11 @@ void taint_slicert::compute_slice(
98
std::vector<taint_slicing_taskt> sliced_goto_programs;
99
for(std::size_t i=0UL, n=instrumentation_props.size(); i!=n; ++i)
100
{
101
- const taint_instrumentert instrumenter(
+ taint_instrumentert instrumenter(
102
instrumentation_props.at(i), program, statistics);
103
+
104
+ instrumenter.run();
105
106
const std::pair<taint_slicing_taskt,std::string> task_valid=
107
build_slicing_task(
108
instrumentation_props.at(i),
0 commit comments