forked from qt-creator/qt-creator
Added support to C++ symbols rewriting.
This should simplify full C++ template instantiations. Reviewed-by: Christian Kamm
This commit is contained in:
@@ -79,6 +79,9 @@ class ArrayType;
|
||||
class NamedType;
|
||||
|
||||
// symbols
|
||||
class Clone;
|
||||
class Subst;
|
||||
|
||||
class SymbolVisitor;
|
||||
class Symbol;
|
||||
class Scope;
|
||||
|
||||
Reference in New Issue
Block a user