ValueType: stl variables should now be handled
This commit is contained in:
parent
f3c0461001
commit
fa7501d3a5
|
@ -4388,8 +4388,6 @@ static void setValueType(Token *tok, const ValueType &valuetype, bool cpp, Value
|
|||
|
||||
static void setValueType(Token *tok, const Variable &var, bool cpp, ValueType::Sign defaultSignedness, const Settings* settings)
|
||||
{
|
||||
if (var.isStlType())
|
||||
return;
|
||||
ValueType valuetype;
|
||||
valuetype.pointer = var.dimensions().size();
|
||||
valuetype.typeScope = var.typeScope();
|
||||
|
|
Loading…
Reference in New Issue