Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move expr_scopes query to its module | Florian Diebold | 2019-01-30 | 1 | -2/+13 |
| | |||||
* | Rename FnScopes -> ExprScopes | Florian Diebold | 2019-01-30 | 1 | -0/+510 |
The reason for this is that it describes scopes for any body expression, not just that of a function. It did not actually refer to functions at all anymore. |