Skip to content

Commit df1b79c

Browse files
author
martin
committed
Tweak the VSDG to fix a clang specific warning about get_state
1 parent 48f2e9f commit df1b79c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/analyses/variable-sensitivity/variable_sensitivity_dependence_graph.h

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ class variable_sensitivity_dependence_grapht : public ai_three_way_merget,
209209
public grapht<vs_dep_nodet>
210210
{
211211
protected:
212+
using ai_baset::get_state;
213+
212214
// Legacy-style mutable access to the storage
213215
virtual statet &get_state(locationt l)
214216
{

0 commit comments

Comments
 (0)