summaryrefslogtreecommitdiff
path: root/src/nodes
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-06-06 18:02:22 +0300
committerAndrei Karas <akaras@inbox.ru>2015-06-06 18:02:22 +0300
commit5488bf40b925f2b648cccb6e9eea286db5434295 (patch)
treed40cc1115db20f3b45dfa7b3d9b03e700c03d86f /src/nodes
parent13cce0744e367b389378e388253cbacdbd2599ed (diff)
downloadparanucker-5488bf40b925f2b648cccb6e9eea286db5434295.tar.gz
paranucker-5488bf40b925f2b648cccb6e9eea286db5434295.tar.bz2
paranucker-5488bf40b925f2b648cccb6e9eea286db5434295.tar.xz
paranucker-5488bf40b925f2b648cccb6e9eea286db5434295.zip
Separate node file names with _.
Diffstat (limited to 'src/nodes')
-rw-r--r--src/nodes/function_decl.h (renamed from src/nodes/functiondecl.h)6
-rw-r--r--src/nodes/function_type.h (renamed from src/nodes/functiontype.h)2
-rw-r--r--src/nodes/integer_cst.h (renamed from src/nodes/integercst.h)0
-rw-r--r--src/nodes/integer_type.h (renamed from src/nodes/integertype.h)2
-rw-r--r--src/nodes/parm_decl.h (renamed from src/nodes/parmdecl.h)2
-rw-r--r--src/nodes/pointer_type.h (renamed from src/nodes/pointertype.h)0
-rw-r--r--src/nodes/result_decl.h (renamed from src/nodes/resultdecl.h)0
-rw-r--r--src/nodes/return_expr.h (renamed from src/nodes/returnexpr.h)0
-rw-r--r--src/nodes/statement_list.h (renamed from src/nodes/statementlist.h)0
-rw-r--r--src/nodes/tree_list.h (renamed from src/nodes/treelist.h)0
-rw-r--r--src/nodes/type_decl.h (renamed from src/nodes/typedecl.h)0
-rw-r--r--src/nodes/void_type.h (renamed from src/nodes/voidtype.h)0
12 files changed, 6 insertions, 6 deletions
diff --git a/src/nodes/functiondecl.h b/src/nodes/function_decl.h
index 20106aa..e594a0f 100644
--- a/src/nodes/functiondecl.h
+++ b/src/nodes/function_decl.h
@@ -20,9 +20,9 @@
#ifndef NODES_FUNCTIONDECLNODE_H
#define NODES_FUNCTIONDECLNODE_H
-#include "nodes/functiontype.h"
-#include "nodes/parmdecl.h"
-#include "nodes/resultdecl.h"
+#include "nodes/function_type.h"
+#include "nodes/parm_decl.h"
+#include "nodes/result_decl.h"
#include "nodes/base/decl.h"
diff --git a/src/nodes/functiontype.h b/src/nodes/function_type.h
index 1f85a08..1dec238 100644
--- a/src/nodes/functiontype.h
+++ b/src/nodes/function_type.h
@@ -20,7 +20,7 @@
#ifndef NODES_FUNCTIONTYPENODE_H
#define NODES_FUNCTIONTYPENODE_H
-#include "nodes/treelist.h"
+#include "nodes/tree_list.h"
#include "nodes/base/type.h"
diff --git a/src/nodes/integercst.h b/src/nodes/integer_cst.h
index 2cf0018..2cf0018 100644
--- a/src/nodes/integercst.h
+++ b/src/nodes/integer_cst.h
diff --git a/src/nodes/integertype.h b/src/nodes/integer_type.h
index ebd71f4..dfbdcaf 100644
--- a/src/nodes/integertype.h
+++ b/src/nodes/integer_type.h
@@ -20,7 +20,7 @@
#ifndef NODES_INTEGERTYPENODE_H
#define NODES_INTEGERTYPENODE_H
-#include "nodes/integercst.h"
+#include "nodes/integer_cst.h"
#include "nodes/base/type.h"
diff --git a/src/nodes/parmdecl.h b/src/nodes/parm_decl.h
index 91f1536..50e1e4d 100644
--- a/src/nodes/parmdecl.h
+++ b/src/nodes/parm_decl.h
@@ -20,7 +20,7 @@
#ifndef NODES_PARMDECLNODE_H
#define NODES_PARMDECLNODE_H
-#include "nodes/integercst.h"
+#include "nodes/integer_cst.h"
#include "nodes/base/decl.h"
#include "nodes/base/type.h"
diff --git a/src/nodes/pointertype.h b/src/nodes/pointer_type.h
index f93bfd3..f93bfd3 100644
--- a/src/nodes/pointertype.h
+++ b/src/nodes/pointer_type.h
diff --git a/src/nodes/resultdecl.h b/src/nodes/result_decl.h
index e3e0944..e3e0944 100644
--- a/src/nodes/resultdecl.h
+++ b/src/nodes/result_decl.h
diff --git a/src/nodes/returnexpr.h b/src/nodes/return_expr.h
index efdcc83..efdcc83 100644
--- a/src/nodes/returnexpr.h
+++ b/src/nodes/return_expr.h
diff --git a/src/nodes/statementlist.h b/src/nodes/statement_list.h
index db79463..db79463 100644
--- a/src/nodes/statementlist.h
+++ b/src/nodes/statement_list.h
diff --git a/src/nodes/treelist.h b/src/nodes/tree_list.h
index ffe374c..ffe374c 100644
--- a/src/nodes/treelist.h
+++ b/src/nodes/tree_list.h
diff --git a/src/nodes/typedecl.h b/src/nodes/type_decl.h
index 8308806..8308806 100644
--- a/src/nodes/typedecl.h
+++ b/src/nodes/type_decl.h
diff --git a/src/nodes/voidtype.h b/src/nodes/void_type.h
index c6292d1..c6292d1 100644
--- a/src/nodes/voidtype.h
+++ b/src/nodes/void_type.h