Deprecate Attr::AttrExpr(), replace with GetExpr()

This commit is contained in:
Jon Siwek 2020-05-26 12:13:56 -07:00
parent 2ebc20a164
commit 97636e97a5
9 changed files with 39 additions and 34 deletions

View file

@ -855,7 +855,7 @@ static int get_func_priority(const attr_list& attrs)
continue;
}
auto v = a->AttrExpr()->Eval(nullptr);
auto v = a->GetExpr()->Eval(nullptr);
if ( ! v )
{