[Bug]: typeof.expr
references out-of-scope variables in rare cases
#725
Labels
bug
Something isn't working
typeof.expr
references out-of-scope variables in rare cases
#725
VAST version
master
LLVM version
18.1.8
Operating system
Linux (Solus)
Description
generates
The issue is unsupported
DeclRefExpr
in thetypeof.expr
region, that refers tox
that is in the scope of thestmt.expr
.This is caused by visiting the return type of the
stmt.expr
Steps to Reproduce
Run vast-front to hl
The text was updated successfully, but these errors were encountered: