lib-xref.ads, [...] (Generate_Definition): Treat any entity declared within an inline...
authorEd Schonberg <schonberg@adacore.com>
Thu, 16 Jun 2005 08:42:37 +0000 (10:42 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 16 Jun 2005 08:42:37 +0000 (10:42 +0200)
commit217efe162dcacbed0b3eb31c68a1ea9070285137
tree899ff257fa91dd9472295e0c76d8f9c924e4a50a
parente9437007b8d68b91b2d1ac803f8938c54b6c4188
lib-xref.ads, [...] (Generate_Definition): Treat any entity declared within an inlined body as referenced...

2005-06-14  Ed Schonberg  <schonberg@adacore.com>
    Emmanuel Briot  <briot@adacore.com>

* lib-xref.ads, lib-xref.adb (Generate_Definition): Treat any entity
declared within an inlined body as referenced, to prevent spurious
warnings.
(Output_One_Ref): If an entity renames an array component, indicate in
the ALI file that this aliases (renames) the array. Capture as well
function renamings that rename predefined operations.
Add information about generic parent for package and subprogram
instances.
(Get_Type_Reference): For a subtype that is the renaming of an actual in
an instantiation, use the first_subtype to ensure that we don't generate
cross-reference information for internal types.
For objects and parameters of a generic private type, retain the '*'
indicator to distinguish such an entity from its type.

        * ali.ads (Xref_Entity_Record): New fields Iref_File_Num and Iref_Line,
        to store information about instantiated entities.

        * ali.adb (Scan_ALI): Add support for parsing the reference to the
        generic parent

        * xref_lib.adb (Skip_To_Matching_Closing_Bracket): New subprogram
        (Parse_Identifier_Info, Parse_Token): Add support for the generic parent
        information.

From-SVN: r101046
gcc/ada/ali.adb
gcc/ada/ali.ads
gcc/ada/lib-xref.adb
gcc/ada/lib-xref.ads
gcc/ada/xref_lib.adb