Merge master into next.

This commit is contained in:
Aditya Sharad
2018-12-13 17:57:31 +00:00
54 changed files with 515 additions and 133 deletions

View File

@@ -25,7 +25,7 @@ string metachar() {
string getAMatchedString(Expr e) {
result = getAMatchedConstant(e.(RegExpLiteral).getRoot()).getValue()
or
result = e.(StringLiteral).getValue()
result = e.getStringValue()
}
/** Gets a constant matched by `t`. */