Ошибка при создании массивов #73

Closed
xnpster wants to merge 1 commits from fix_array_analysis into master

View File

@@ -1314,7 +1314,7 @@ tuple<int, string, string> getUniqName(const map<string, vector<SgExpression*>>
tuple<int, string, string> retVal;
if (inCommon)
retVal = make_tuple(commonPos, string("common_") + getCommonName(foundCommon), string(symb->identifier()));
retVal = make_tuple(commonPos, string("common_") + getCommonName(foundCommon), "");
else
retVal = make_tuple(decl->lineNumber(), string(decl->fileName()), string(symb->identifier()));