ClangImport; Assign token indexes
This commit is contained in:
parent
168db9351d
commit
0bd401c17b
|
@ -1558,6 +1558,7 @@ void clangimport::parseClangAstDump(Tokenizer *tokenizer, std::istream &f)
|
|||
throw InternalError(tok, "Token::link() is not set properly");
|
||||
}
|
||||
|
||||
tokenList->front()->assignIndexes();
|
||||
symbolDatabase->clangSetVariables(data.getVariableList());
|
||||
symbolDatabase->createSymbolDatabaseExprIds();
|
||||
tokenList->clangSetOrigFiles();
|
||||
|
|
Loading…
Reference in New Issue