xo-reader2 stack: expand symbol table to store typedefs
+ typedef utest + misc qol policy choices
This commit is contained in:
parent
9695a1ca75
commit
5a141e09ac
29 changed files with 841 additions and 150 deletions
|
|
@ -57,12 +57,9 @@ namespace xo {
|
|||
}
|
||||
|
||||
size_t
|
||||
DVariable::forward_children(obj<ACollector>) noexcept
|
||||
DVariable::forward_children(obj<ACollector> gc) noexcept
|
||||
{
|
||||
// nothing to collect.
|
||||
// - DUniqueString never in GC space
|
||||
// - TypeDescr not in GC space
|
||||
// - path only integers
|
||||
typeref_.forward_children(gc);
|
||||
|
||||
return shallow_size();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue