forked from qt-creator/qt-creator
Added attributes to the elaborate-type-specifier AST node.
This commit is contained in:
@@ -834,6 +834,8 @@ unsigned ElaboratedTypeSpecifierAST::lastToken() const
|
||||
{
|
||||
if (name)
|
||||
return name->lastToken();
|
||||
if (attribute_list)
|
||||
return attribute_list->lastToken();
|
||||
return classkey_token + 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user