Closed balazske closed 5 years ago
The
addDeclInternal
makes the decl already visible in its semantic context. So we need to do this only ifaddDeclInternal
was not called (but redundant call seems to work, if the lexical DC is different it is done anyway). And it should be enough to do this in the semantic context (that should be not a transparent context).
OK
The
addDeclInternal
makes the decl already visible in its semantic context. So we need to do this only ifaddDeclInternal
was not called (but redundant call seems to work, if the lexical DC is different it is done anyway). And it should be enough to do this in the semantic context (that should be not a transparent context).