4 Commits

View File

@ -509,6 +509,8 @@ namespace Parser
);
return { { nullptr }, 0 };
}
move_forward();
content.Length++;
while ( left && current != '"' && current != '>' )
{
@ -5620,7 +5622,7 @@ CodeVar parse_variable()
// Ignore const specifiers, they're handled by the type
if ( spec == ESpecifier::Const )
continue;
break;
specs_found[NumSpecifiers] = spec;
NumSpecifiers++;