.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald 87a03bde70 Add test case for #981, and fix decompilation of ?: operator on StackType.Ref (necessary to make the testcase compile). 8 years ago
..
OutputVisitor Fix bug in InsertRequiredSpacesDecorator: missing space before literals in some cases. 8 years ago
Resolver Add unit tests, directly use ILFunction instead of NewObj(ILFunction) for expression trees. 8 years ago
Syntax Fix end location of PrimitiveExpression 8 years ago
Transforms Fix build. 8 years ago
TypeSystem Namespace adjustments for Syntax classes 9 years ago
Annotations.cs Improve SequencePointBuilder 8 years ago
CSharpDecompiler.cs #993: Move empty body special case to ILAst. 8 years ago
CallBuilder.cs Fix #990: Invalid object cast for virtual call through pointer 8 years ago
ExpressionBuilder.cs Add test case for #981, and fix decompilation of ?: operator on StackType.Ref (necessary to make the testcase compile). 8 years ago
NRefactoryExtensions.cs Add BinaryOperatorType.IsBitwise extension. 8 years ago
SequencePointBuilder.cs SequencePointBuilder: add support for fixed-statement 8 years ago
StatementBuilder.cs Refactoring of ILFunction: allow Method and CecilMethod to be null for expression trees. 8 years ago
TranslatedExpression.cs Add test case for #981, and fix decompilation of ?: operator on StackType.Ref (necessary to make the testcase compile). 8 years ago
TranslationContext.cs Namespace adjustments for Syntax classes 9 years ago
WholeProjectDecompiler.cs Fix #934: Project generation: absolute path used for AssemblyInfo.cs module 8 years ago