Files
clang-p2996/clang/include/clang/Basic/ASTNode.td
John McCall efd0dfbd70 Add the ability to use property-based serialization for "cased" types.
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.
2019-12-16 13:33:59 -05:00

9 lines
120 B
TableGen

#ifndef AST_NODE_TD
#define AST_NODE_TD
class HasProperties;
class ASTNode : HasProperties;
class AttrSubject;
#endif