summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-16 21:29:57 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-16 21:29:57 +0300
commit8fa600f92e2d50ace451eae7e658f762e6bf7136 (patch)
treef2ead1b7a6d0c07626211d283ed04b234653b7b6 /src/includes/nodeshandling.inc
parentaeba935c42c31e9f2cf557aaf69dda7cf91d7fdd (diff)
downloadparanucker-8fa600f92e2d50ace451eae7e658f762e6bf7136.tar.gz
paranucker-8fa600f92e2d50ace451eae7e658f762e6bf7136.tar.bz2
paranucker-8fa600f92e2d50ace451eae7e658f762e6bf7136.tar.xz
paranucker-8fa600f92e2d50ace451eae7e658f762e6bf7136.zip
Add parsing node CONTINUE_STMT.
Also add location reading for all statements.
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 a601316..c29c718 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -112,3 +112,4 @@ handleNodeType(ASM_EXPR, AsmExpr)
handleNodeType(THROW_EXPR, ThrowExpr)
handleNodeType(ARRAY_REF, ArrayRef)
handleNodeType(BIT_FIELD_REF, BitFieldRef)
+handleNodeType(CONTINUE_STMT, ContinueStmt)