minor fixes and changelog update

This commit is contained in:
djudjuu
2017-05-22 12:25:50 +02:00
parent 1d22233a43
commit e82df073d1
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ bool ASTJsonConverter::visit(FunctionCall const& _node)
};
if (m_legacy)
{
attributes.push_back(make_pair("isStructConstructorCall", functionCallKind(_node.annotation().kind)));
attributes.push_back(make_pair("isStructConstructorCall", _node.annotation().kind == FunctionCallKind::StructConstructorCall));
attributes.push_back(make_pair("type_conversion", _node.annotation().kind == FunctionCallKind::TypeConversion));
}
else