Skip to content

Commit bf44689

Browse files
Extract qualifs per local from ConstCx
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.
1 parent eb2535c commit bf44689

File tree

1 file changed

+117
-66
lines changed

1 file changed

+117
-66
lines changed

0 commit comments

Comments
 (0)