Skip to content

v0.0-878-g58e1739: [SymbolTable] Resolve symbols through type aliases (typedefs)

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 20:31
· 3016 commits to master since this release
Type canonicalization is needed when lookup up members of symbol (e.g. from a
reference component).
Symbol resolution, however, does not flatten transitive type aliases, thus
preserving the original reference graph.

PiperOrigin-RevId: 351280457