Change FIXMEs into TODOs where appropriate

This commit is contained in:
Alex Beregszaszi
2019-01-29 00:35:23 +00:00
parent fa2bb01da3
commit ee09d54525
3 changed files with 5 additions and 5 deletions
@@ -50,7 +50,7 @@ void InlinableExpressionFunctionFinder::operator()(FunctionDefinition const& _fu
Assignment const& assignment = boost::get<Assignment>(bodyStatement);
if (assignment.variableNames.size() == 1 && assignment.variableNames.front().name == retVariable)
{
// FIXME: use code size metric here
// TODO: use code size metric here
// We cannot overwrite previous settings, because this function definition
// would not be valid here if we were searching inside a functionally inlinable