forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* get.c (mono_generic_params_with_ambiguous_names): New. (generic_containers): New. Hashtable of all generic containers that have been checked for ambiguous params. (check_ambiguous_genparams): New. Walk a MonoGenericContainer and fill mono_generic_params_with_ambiguous_names table. (is_ambiguous_generic_param): New. Check whether a MonoGenericParam has ambiguous names. (dis_stringify_type): Use new is_ambiguous_generic_param to determine whether to print number or name for VAR/MVAR. In mono/metadata: * metadata.c (mono_metadata_load_generic_params): Move the code checking for ambiguous generic params from here to mono/dis/get.c * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove. svn path=/trunk/mono/; revision=57084 Commit migrated from mono/mono@144a3b8
- Loading branch information
Showing
3 changed files
with
63 additions
and
26 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