Skip to content

Commit

Permalink
Merge branch 'topic/libadalang/1034' into 'master'
Browse files Browse the repository at this point in the history
Adapt to libadalang API change

See merge request eng/ide/libadalang-tools!174
  • Loading branch information
thvnx committed Dec 11, 2023
2 parents 2a8f13e + cd3f593 commit 8702a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tgen/tgen-types-translation.adb
Expand Up @@ -1444,7 +1444,8 @@ package body TGen.Types.Translation is
declare
Index_Type : constant Translation_Result :=
Translate
(Index.F_Subtype_Indication.As_Type_Expr, Verbose_Diag);
(Index.F_Subtype_Name.As_Name.P_Name_Designated_Type,
Verbose_Diag);
begin
if Index_Type.Success then
Res_Typ.Index_Types (Current_Index_Type) := Index_Type.Res;
Expand Down

0 comments on commit 8702a8f

Please sign in to comment.