Add Entityinfo to hiefile
Work to fix #24544 Add entity information to HieFile
Work have been done:
- Introduction of new data type
EntityInfo
. - Compute
EntityInfo
fromTyThing, Id, OccName
and store it in theIdentifierDetails
in theHieAst
. - Add test T24544 to test the generation of
EntityInfo
. - Update the T24493 test to address the focus of the test: checking the moduleName.
Edited by Patrick