• mstarzinger's avatar
    [ast] Change printing of {Variable::maybe_assigned}. · 1a36eaea
    mstarzinger authored
    This reverses the printing scheme for the flag in question to make it
    print the "positive" analysis results (i.e. variable never assigned)
    instead of the "negative" results (i.e. variable maybe assigned). This
    helps to spot false-positives which are much more dangerous in practice
    compared to missed optimization opportunities.
    
    R=neis@chromium.org
    
    Review-Url: https://codereview.chromium.org/2498353002
    Cr-Commit-Position: refs/heads/master@{#40993}
    1a36eaea
scopes.cc 71.5 KB