data: Macro handling

Macros have now edges from Files where they are usesd
This commit is contained in:
Andreas Stallinger
2015-09-28 15:25:52 +02:00
parent dd4d74a1d9
commit e3696df5e1
19 changed files with 272 additions and 69 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ public:
NODE_TYPEDEF = 0x2000,
NODE_TEMPLATE_PARAMETER_TYPE = 0x4000,
NODE_FILE = 0x8000
NODE_FILE = 0x8000,
NODE_MACRO = 0x10000,
};
static std::string getTypeString(NodeType type);