There is an issue where reserved tokens (so with res=True), that indicate C++ keywords, which do not have children. Whilst the machine learning model assumes res=True means there should be children.
Examples are:
ARGUMENTS
CONTINUE_STMT
NULL_STMT
BREAK_STMT
COMPOUND_STMT
PUBLIC (children of access specifier)
CXX_NULL_PTR_LITERAL_EXPR
CONST
CAPTURE_CLAUSE
There is an issue where reserved tokens (so with res=True), that indicate C++ keywords, which do not have children. Whilst the machine learning model assumes res=True means there should be children.
Examples are:
ARGUMENTS
CONTINUE_STMT
NULL_STMT
BREAK_STMT
COMPOUND_STMT
PUBLIC (children of access specifier)
CXX_NULL_PTR_LITERAL_EXPR
CONST
CAPTURE_CLAUSE