forked from qt-creator/qt-creator
Update the decl specifiers.
This commit is contained in:
@@ -1701,6 +1701,7 @@ bool Bind::visit(SimpleDeclarationAST *ast)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ForwardClassDeclaration *decl = control()->newForwardClassDeclaration(sourceLocation, name);
|
ForwardClassDeclaration *decl = control()->newForwardClassDeclaration(sourceLocation, name);
|
||||||
|
setDeclSpecifiers(decl, type);
|
||||||
_scope->addMember(decl);
|
_scope->addMember(decl);
|
||||||
|
|
||||||
*symbolTail = new (translationUnit()->memoryPool()) List<Symbol *>(decl);
|
*symbolTail = new (translationUnit()->memoryPool()) List<Symbol *>(decl);
|
||||||
|
Reference in New Issue
Block a user