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.
9 lines
120 B
TableGen
9 lines
120 B
TableGen
#ifndef AST_NODE_TD
|
|
#define AST_NODE_TD
|
|
|
|
class HasProperties;
|
|
class ASTNode : HasProperties;
|
|
class AttrSubject;
|
|
|
|
#endif
|