Merge pull request #344 from bryantam/cast_constant-h-add-changes

add missing CAstNodeType to cast_constant.h that are defined in CAstNode
This commit is contained in:
Julian Dolby 2018-08-26 22:35:58 -04:00 committed by GitHub
commit 762389c315
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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