Replies: 1 comment 2 replies
-
|
Here is an example what was possible before. How to get the same functionality after removing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In 59afd42,
Region::owner()was removed. We used this to check the context of the declarations. E.g., to check if aVaris a global, we traversed the parents of the enclosingRegions and checked what kind of regions do we encounter. E.g., if we encounter a theRegionof aBlock, we know this is not a global variable. WithRegion::owner()removed, we can no longer check what language construct do the parent regions of aVarcorrespond to.Is there an alternative way to get this information that I'm missing? Or are we supposed to maintain a mapping independently of IPR on the side?
Beta Was this translation helpful? Give feedback.
All reactions