summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-07 01:57:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-07 01:57:22 +0300
commitdde8c3545c4def770da24b012a04d8320d8bb4a6 (patch)
tree490baf3291139a2d1836e3fcba651844486bbab8 /src/includes/nodeshandling.inc
parent602f18f834797aeebdf76fb3fd92af0cb04cbe1d (diff)
downloadparanucker-dde8c3545c4def770da24b012a04d8320d8bb4a6.tar.gz
paranucker-dde8c3545c4def770da24b012a04d8320d8bb4a6.tar.bz2
paranucker-dde8c3545c4def770da24b012a04d8320d8bb4a6.tar.xz
paranucker-dde8c3545c4def770da24b012a04d8320d8bb4a6.zip
Add support for parsing CONVERT_EXPR node.
Diffstat (limited to 'src/includes/nodeshandling.inc')
-rw-r--r--src/includes/nodeshandling.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/nodeshandling.inc b/src/includes/nodeshandling.inc
index d9a4f5a..ff0efc1 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -14,3 +14,4 @@ handleNodeType(STATEMENT_LIST, StatementList)
handleNodeType(BIND_EXPR, BindExpr)
handleNodeType(DECL_EXPR, DeclExpr)
handleNodeType(INIT_EXPR, InitExpr)
+handleNodeType(CONVERT_EXPR, ConvertExpr)