Merge CPlusPlus::NameId and CPlusPlus::Identifier.

This commit is contained in:
Roberto Raggi
2010-09-02 11:59:01 +02:00
parent 8b2eeb9c5f
commit c12866a467
25 changed files with 69 additions and 131 deletions

View File

@@ -83,7 +83,7 @@ class SymbolTable;
// names
class NameVisitor;
class Name;
class NameId;
class Identifier;
class TemplateNameId;
class DestructorNameId;
class OperatorNameId;