summaryrefslogtreecommitdiff
path: root/src/analysis/lattices/tuple.h
Commit message (Collapse)AuthorAgeFilesLines
* [analysis] Add a tuple lattice (#6062)Thomas Lively2023-10-311-0/+147
This lattice combines any number of other lattices into a single lattice whose elements are tuples of elements of the other lattices. This will be one of the most important lattices in the analysis framework because it will be used to combine information about different parts of the program, e.g. locals and the value stack, into a single lattice.