• Dridi Boukelmoune's avatar
    Improve the VCL recursive sub calls error message · db0baa74
    Dridi Boukelmoune authored
    Before:
    
        ...called from "foo"
        ('<vcl.inline>' Line 5 Pos 27)
                sub bar { call foo; }
        --------------------------#--
    
    After:
    
        ...called from "bar"
        ('<vcl.inline>' Line 5 Pos 24)
                sub bar { call foo; }
        -----------------------###---
    
    This fixes the "called from" part of the message to refer to the caller
    instead of the callee, and underlines the symbol token instead of the
    semi-colon.
    db0baa74
Name
Last commit
Last update
..
Makefile.am Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
generate.py Loading commit data...
vcc_acl.c Loading commit data...
vcc_action.c Loading commit data...
vcc_backend.c Loading commit data...
vcc_backend_util.c Loading commit data...
vcc_compile.c Loading commit data...
vcc_compile.h Loading commit data...
vcc_expr.c Loading commit data...
vcc_parse.c Loading commit data...
vcc_storage.c Loading commit data...
vcc_symb.c Loading commit data...
vcc_token.c Loading commit data...
vcc_types.c Loading commit data...
vcc_utils.c Loading commit data...
vcc_var.c Loading commit data...
vcc_vmod.c Loading commit data...
vcc_xref.c Loading commit data...
vmodtool.py Loading commit data...
vsctool.py Loading commit data...