summaryrefslogtreecommitdiff
path: root/src/expr/node.h
diff options
context:
space:
mode:
authorAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-04-08 16:17:22 -0500
committerGitHub <noreply@github.com>2018-04-08 16:17:22 -0500
commitde2baf30bd21c9ea79992342cb34b615a3db11d2 (patch)
treeddce430f9f2cacff9854223e724fd44e976b0a1f /src/expr/node.h
parent38951e35015ac373afcca23bc4ef8a38782f97cd (diff)
parent245b73861187696d86bb7a6a6fdb281de89c26e4 (diff)
Merge branch 'master' into warn_spaceswarn_spaces
Diffstat (limited to 'src/expr/node.h')
-rw-r--r--src/expr/node.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/expr/node.h b/src/expr/node.h
index e1b979570..14630bae1 100644
--- a/src/expr/node.h
+++ b/src/expr/node.h
@@ -436,6 +436,12 @@ public:
bool hasBoundVar();
/**
+ * Returns true iff this node contains a free variable.
+ * @return true iff this node contains a free variable.
+ */
+ bool hasFreeVar();
+
+ /**
* Convert this Node into an Expr using the currently-in-scope
* manager. Essentially this is like an "operator Expr()" but we
* don't want it to compete with implicit conversions between e.g.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback