checker: disallow &((&a))
and similar innermost ParExpr
#293
Annotations
15 errors
msvc:
vlib/v/checker/tests/addr_of_invalid_expr.vv#L3
cannot take the address of this expression
|
msvc:
vlib/v/checker/tests/addr_of_invalid_expr.vv#L3
cannot take the address of this expression
|
msvc
cannot take the address of this expression
|
msvc
cannot take the address of this expression
|
msvc
Process completed with exit code 1.
|
gcc:
vlib/v/checker/tests/addr_of_invalid_expr.vv#L3
cannot take the address of this expression
|
gcc:
vlib/v/checker/tests/addr_of_invalid_expr.vv#L3
cannot take the address of this expression
|
gcc
cannot take the address of this expression
|
gcc
cannot take the address of this expression
|
gcc
Process completed with exit code 1.
|
tcc:
vlib/v/checker/tests/addr_of_invalid_expr.vv#L3
cannot take the address of this expression
|
tcc:
vlib/v/checker/tests/addr_of_invalid_expr.vv#L3
cannot take the address of this expression
|
tcc
cannot take the address of this expression
|
tcc
cannot take the address of this expression
|
tcc
Process completed with exit code 1.
|