Skip to content

Commit 74e4365

Browse files
committed
Make liveness_contextt::get_location() public
1 parent dbeb187 commit 74e4365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/analyses/variable-sensitivity/liveness_context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ class liveness_contextt : public write_location_contextt
6464
void output(std::ostream &out, const class ai_baset &ai, const namespacet &ns)
6565
const override;
6666

67+
locationt get_location() const;
68+
6769
protected:
6870
CLONE
6971

@@ -82,8 +84,6 @@ class liveness_contextt : public write_location_contextt
8284
const abstract_object_pointert &value,
8385
bool merging_write) const override;
8486

85-
locationt get_location() const;
86-
8787
private:
8888
using liveness_context_ptrt = std::shared_ptr<const liveness_contextt>;
8989

0 commit comments

Comments
 (0)