VKCOM / noverify

Pretty fast linter (code static analysis utility) for PHP
MIT License
673 stars 57 forks source link

ir: added parent field for all nodes #1187

Closed i582 closed 2 years ago

i582 commented 2 years ago

The ability to walk up in AST is a useful feature that will allow us to remove some of the crutches that we have been doing before to get around this limitation.

Also added FindParent() and FindChild() functions.

This is part of a redesign of the entire linter architecture for greater flexibility.