forked from qt-creator/qt-creator
Introduced CPlusPlus::Template and process the template declarations.
This commit is contained in:
@@ -143,7 +143,7 @@ void SymbolTable::enterSymbol(Symbol *symbol)
|
||||
_symbols = reinterpret_cast<Symbol **>(realloc(_symbols, sizeof(Symbol *) * _allocatedSymbols));
|
||||
}
|
||||
|
||||
assert(! symbol->_scope || symbol->scope() == this);
|
||||
assert(! symbol->_scope || symbol->scope() == _owner);
|
||||
symbol->_index = _symbolCount;
|
||||
symbol->_scope = _owner;
|
||||
_symbols[_symbolCount] = symbol;
|
||||
|
||||
Reference in New Issue
Block a user