Prior to this change createTree could not create arbitrary syntax
trees. Now it dispatches to the constructor of the concrete syntax tree
according to the NodeKind passed as argument. This allows reuse inside
the Synthesis API.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo