16 Commits (e0c7bebfe8c99076338ecea8b2f22b857429a574)

Author SHA1 Message Date
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 14 years ago
Daniel Grunwald 229218174f Inlining: remove the arg_-Variable in catch blocks. 14 years ago
Daniel Grunwald 51c2321a92 Read variable names from debug symbols (.pdb files), if available. Based on #122. 14 years ago
Daniel Grunwald 0b0bcdd19f Fixed bug in variable naming that could cause two variables to be assigned the same name (and subsequently triggering a crash in DeclareVariables). 14 years ago
Daniel Grunwald 69ac94363d Resolve variable naming conflicts that occur with anonymous methods. 14 years ago
Daniel Grunwald 5e2641732a Fixed naming variables after the property they get their initial value from. 14 years ago
Daniel Grunwald a3c241dac6 Improve handling of pinned variables. 14 years ago
Daniel Grunwald 01d7e2abbd Use the same representation for parameters and variables. 14 years ago
Daniel Grunwald eb84a840f5 Improve name generation. 14 years ago
Daniel Grunwald 43b30dabd0 Consider where a variable is used when determining a name for the variable. 14 years ago
Daniel Grunwald 892996f079 Assign names to parameters. Closes #41, #81. 14 years ago
Daniel Grunwald 60c02d577b Change namespace to ICSharpCode.Decompiler. 14 years ago
Daniel Grunwald d07a28093d Pass field names through CleanUpVariableName before using them as variable names. 14 years ago
Daniel Grunwald 75cb96fbda Don't use indexer name as variable name. 14 years ago
David Srbecký 5c8f11eaab Minor fix in variable naming (Unable to cast object of type 'Decompiler.ILVariable' to type 'Mono.Cecil.ParameterDefinition') 14 years ago
Daniel Grunwald 4be02c001f Improve naming of local variables. 14 years ago