16 Commits (7cacd005a6fd7de57fc2e4e5a2b1d2b3a8c2e26c)

Author SHA1 Message Date
Daniel Grunwald 7cacd005a6 When decompiling a single method, don't fully-qualify type names in the current namespace. 8 years ago
Siegfried Pammer 9ab7651201 Fix #895: Wrong decompilation of references to inner struct in class. 8 years ago
Siegfried Pammer 112142f147 Handle Settings.UsingDeclarations and Settings.FullyQualifyAmbiguousTypeNames correctly. 8 years ago
Siegfried Pammer dc0a3d0703 Add IntroduceExtensionMethods transform 8 years ago
Daniel Grunwald b254ff667f Remove special case always adding 'using System;' 9 years ago
Siegfried Pammer d8a2d41e83 Added support for ConditionalAttribute 9 years ago
Siegfried Pammer 840ec04fde Namespace adjustments for Syntax classes 9 years ago
Christoph Wille 1ce8349dd9 Adjust namespaces 9 years ago
Daniel Grunwald d4d871631c Fix disambiguation of type names. 9 years ago
Siegfried Pammer bed48beb3d fix unit tests 10 years ago
Siegfried Pammer 5ef12f60c8 simplify FullyQualifyAmbiguousTypeNamesVisitor 10 years ago
Siegfried Pammer 80cebbe448 fix bug in IntroduceUsingDeclarations: use matching ITypeResolveContext for each namespace and type 10 years ago
Siegfried Pammer f554a26a2b replace ambiguous type names with FQNs 10 years ago
Daniel Grunwald 08a5e81517 Re-enable IntroduceUsingDeclarations 11 years ago
Daniel Grunwald fffa297b8f Use ResolveResults as annotations. 11 years ago
Daniel Grunwald e0a1666547 Add back AST transform infrastructure 11 years ago
Daniel Grunwald f12371e0e1 Consistently use the full MIT license header on source files. 14 years ago
Daniel Grunwald 094f42ac83 Improved disambiguation of type references. 14 years ago
Daniel Grunwald 6229a1dba8 Fix unit tests. 14 years ago
Daniel Grunwald 6cb77e63e9 Fully qualify ambiguous type names. 14 years ago
Daniel Grunwald d91b56b033 Add support for pre- and post-increment of dereferenced pointers "(*ptr)++". 14 years ago
Daniel Grunwald 8770d54506 Don't use checked/unchecked expressions within an ExpressionStatement (#90) 14 years ago
Daniel Grunwald 18fde488f1 Fixed crash in AddCheckedBlocks. 14 years ago
Daniel Grunwald 8e3f62ba14 Fix issues with 'DeclareVariables' and adjust 'foreach' pattern to the new variable handling. 14 years ago
Daniel Grunwald c7bbdcd0cb Improved variable placement. 14 years ago
Daniel Grunwald 3211ccbf6a Introduce using declarations in decompiled code. 14 years ago