summaryrefslogtreecommitdiff
path: root/src/includes/nodeshandling.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-12 19:04:48 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-12 19:04:48 +0300
commitcffd350d689b96c47448129716df8951d565a94d (patch)
tree2ff26a9e3479839d1cc658628cd1d700600406bd /src/includes/nodeshandling.inc
parentd84439cf6ad2aeda413f36d2619f80a69ee8bad4 (diff)
downloadparanucker-cffd350d689b96c47448129716df8951d565a94d.tar.gz
paranucker-cffd350d689b96c47448129716df8951d565a94d.tar.bz2
paranucker-cffd350d689b96c47448129716df8951d565a94d.tar.xz
paranucker-cffd350d689b96c47448129716df8951d565a94d.zip
Add parsing node VECTOR_TYPE.
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 b649c05..78ea478 100644
--- a/src/includes/nodeshandling.inc
+++ b/src/includes/nodeshandling.inc
@@ -44,3 +44,4 @@ handleNodeType(RECORD_TYPE, RecordType)
handleNodeType(TARGET_EXPR, TargetExpr)
handleNodeType(EH_SPEC_BLOCK, EhSpecBlock)
handleNodeType(FIELD_DECL, FieldDecl)
+handleNodeType(VECTOR_TYPE, VectorType)