Fixes issue #204.
@@ -7209,6 +7209,9 @@ SymbolExpr::GetLValueType() const {
if (symbol == NULL)
return NULL;
if (dynamic_cast<const ReferenceType *>(symbol->type) != NULL)
return PointerType::GetUniform(symbol->type->GetReferenceTarget());
else
return PointerType::GetUniform(symbol->type);
}
The note is not visible to the blocked user.