-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'topic/1337' into 'master'
Make `inst_params` parameters instance-aware. Closes #1339 and #1337 See merge request eng/libadalang/libadalang!1599
- Loading branch information
Showing
9 changed files
with
174 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
In instantiation of <GenericPackageInstantiation ["P_1"] test.adb:19:4-19:48>: | ||
- X.p_referenced_decl() => <AnonymousExprDecl Integer = Var> | ||
- p_get_formal() => <DefiningName "X" test.adb:6:7-6:8> | ||
- p_get_formal() => <| DefiningName "X" test.adb:6:7-6:8 [test.adb:19:4] |> | ||
- Y.p_referenced_decl() => <AnonymousExprDecl Integer = Value> | ||
- p_get_formal() => <DefiningName "Y" test.adb:7:7-7:8> | ||
- p_get_formal() => <| DefiningName "Y" test.adb:7:7-7:8 [test.adb:19:4] |> | ||
|
||
In instantiation of <GenericPackageInstantiation ["P_2"] test.adb:20:4-20:45>: | ||
- X.p_referenced_decl() => <AnonymousExprDecl Integer = Var> | ||
- p_get_formal() => <DefiningName "X" test.adb:6:7-6:8> | ||
- p_get_formal() => <| DefiningName "X" test.adb:6:7-6:8 [test.adb:20:4] |> | ||
- Y.p_referenced_decl() => <AnonymousExprDecl Integer = 13> | ||
- p_get_formal() => <DefiningName "Y" test.adb:7:7-7:8> | ||
- p_get_formal() => <| DefiningName "Y" test.adb:7:7-7:8 [test.adb:20:4] |> | ||
|
||
Done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
In instantiation of <GenericSubpInstantiation ["P_1"] test.adb:15:4-15:52>: | ||
- X.p_referenced_decl() => <AnonymousExprDecl Integer = Var> | ||
- p_get_formal() => <DefiningName "X" test.adb:6:7-6:8> | ||
- p_get_formal() => <| DefiningName "X" test.adb:6:7-6:8 [test.adb:15:4] |> | ||
- Y.p_referenced_decl() => <AnonymousExprDecl Integer = Value> | ||
- p_get_formal() => <DefiningName "Y" test.adb:7:7-7:8> | ||
- p_get_formal() => <| DefiningName "Y" test.adb:7:7-7:8 [test.adb:15:4] |> | ||
|
||
In instantiation of <GenericSubpInstantiation ["P_2"] test.adb:16:4-16:49>: | ||
- X.p_referenced_decl() => <AnonymousExprDecl Integer = Var> | ||
- p_get_formal() => <DefiningName "X" test.adb:6:7-6:8> | ||
- p_get_formal() => <| DefiningName "X" test.adb:6:7-6:8 [test.adb:16:4] |> | ||
- Y.p_referenced_decl() => <AnonymousExprDecl Integer = 13> | ||
- p_get_formal() => <DefiningName "Y" test.adb:7:7-7:8> | ||
- p_get_formal() => <| DefiningName "Y" test.adb:7:7-7:8 [test.adb:16:4] |> | ||
|
||
Done |
Oops, something went wrong.