Introduced CPlusPlus::TemplateArguments and fixed a possible mem-leak when using template members.

This commit is contained in:
Roberto Raggi
2009-08-26 11:41:20 +02:00
parent f137bd3b83
commit fc1b435ab4
8 changed files with 82 additions and 68 deletions

View File

@@ -90,6 +90,7 @@ class StringLiteral;
class NumericLiteral;
class Scope;
class TemplateParameters;
// names
class NameVisitor;