add missing CAstNodeType to cast_constant.h that are defined in CAstNode

This commit is contained in:
Bryan Tam 2018-08-23 21:16:24 -04:00
parent c40c7e34f0
commit 6f317bc9fa
1 changed files with 7 additions and 0 deletions

View File

@ -87,6 +87,13 @@ _CAstNodeType(IS_DEFINED_EXPR);
_CAstNodeType(INCLUDE)
_CAstNodeType(NAMED_ENTITY_REF);
_CAstNodeType(MACRO_VAR);
_CAstNodeType(COMPREHENSION_EXPR);
_CAstNodeType(NEW_ENCLOSING);
_CAstNodeType(NARY_EXPR);
_CAstNodeType(SPECIAL_PARENT_SCOPE);
_CAstNodeType(YIELD_STMT);
_CAstNodeType(FORIN_LOOP);
_CAstNodeType(TYPE_LITERAL_EXPR);
#undef _CODE_CONSTANTS
#undef _CPP_CONSTANTS