| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This will be required by TemplateName.
|
|
|
|
|
|
|
| |
properties from a value.
This is useful when the properties of a case are actually
read out of a specific structure, as with TemplateName.
|
|
|
|
|
|
| |
This patch doesn't actually use this serialization for anything,
but follow-ups will move the current handling of various standard
types over to this.
|
|
|
|
| |
classes that serialize basic values
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the tblgen AST node hierarchies.
Not totally NFC because both of the emitters now emit in a different
order. The type-nodes emitter now visits nodes in hierarchy order,
which means we could use range checks in classof if we had any types
that would benefit from that; currently we do not. The AST-nodes
emitter now uses a multimap keyed by the name of the record; previously
it was using `Record*`, which of couse isn't stable across processes
and may have led to non-reproducible builds in some circumstances.
|
|
|