Commit bf44689
committed
Extract qualifs per local from
To do dataflow-based qualification, we need to pass a reference to the
dataflow state directly to the `Qualif::in_*` methods. As such, we
move the `PerQualif<BitSet<Local>>` that holds the qualification state
for each local to `Checker` itself and use a macro (`get_qualif`) to
extract the correct `BitSet` when querying the qualifications for each
local.ConstCx
1 parent eb2535c commit bf44689
1 file changed
+117
-66
lines changed
0 commit comments