mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 01:59:34 +02:00
codetools: fixed findbasetypenode alias endless loop
git-svn-id: trunk@30757 -
This commit is contained in:
parent
fb3fd816b7
commit
23c34d4e8a
@ -3527,6 +3527,7 @@ var
|
||||
end;
|
||||
if AliasContext.Node.Cache is TBaseTypeCache then begin
|
||||
Cache:=TBaseTypeCache(AliasContext.Node.Cache);
|
||||
if AliasContext.Node=Cache.NextNode then break;
|
||||
AliasContext.Node:=Cache.NextNode;
|
||||
AliasContext.Tool:=TFindDeclarationTool(Cache.NextTool);
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user