Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Fix a few edge cases due to missing ast node types #25

Merged
merged 1 commit into from Dec 23, 2021
Merged

Fix a few edge cases due to missing ast node types #25

merged 1 commit into from Dec 23, 2021

Commits on Dec 22, 2021

  1. Fix a few edge cases due to missing ast node types

    * Traverse Unary expressions in if statements
    * Traverse else blocks
    
    This fixes both false positives and negatives resulting from
    previously ignoring uses of variables in the above node types.
    ezimanyi committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    b2c7223 View commit details
    Browse the repository at this point in the history