Skip to content

Commit 41a8e43

Browse files
NathanJPhillipssmowton
authored andcommitted
Merge pull request diffblue#108 from trtikm/cleanup/renamings
Cleanup/renamings
1 parent 9ff9a85 commit 41a8e43

19 files changed

+183
-1035
lines changed

src/goto-analyzer/taint_fast_analyser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static void taint_fast_analyser(
9494
call_grapht const& call_graph,
9595
call_grapht const& inverted_call_graph,
9696
std::string const& root_function_name,
97-
taint_symbolic_variablet const& taint_name,
97+
taint_variablet const& taint_name,
9898
std::string const& source_function_name,
9999
goto_programt::const_targett const source_instruction,
100100
std::string const& sink_function_name,

0 commit comments

Comments
 (0)