mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add all path declarations in IdentifierPath annotation
This commit is contained in:
@@ -256,6 +256,9 @@ struct IdentifierPathAnnotation: ASTAnnotation
|
||||
Declaration const* referencedDeclaration = nullptr;
|
||||
/// What kind of lookup needs to be done (static, virtual, super) find the declaration.
|
||||
util::SetOnce<VirtualLookup> requiredLookup;
|
||||
|
||||
/// Declaration of each path element.
|
||||
std::vector<Declaration const*> pathDeclarations;
|
||||
};
|
||||
|
||||
struct ExpressionAnnotation: ASTAnnotation
|
||||
|
||||
Reference in New Issue
Block a user