Mike Krüger
8c7e017a3a
Fixed UsingDeclarationTests.
15 years ago
Mike Krüger
293dba532f
Worked on pointer reference expression.
15 years ago
Mike Krüger
cc209b45f9
Fixed ArrayObjectCreateExpression tests.
15 years ago
Mike Krüger
c0e20a6796
Fixed qualified alias member tests.
15 years ago
Mike Krüger
44388b2395
Fixed anonymous method tests.
15 years ago
Daniel Grunwald
56fde51b69
Use "Role" suffix for the fixed field variable role.
15 years ago
Daniel Grunwald
d022808047
Fixed parsing of enum member declarations.
15 years ago
Mike Krüger
f03042647c
Added extern alias node.
15 years ago
Mike Krüger
d8e26ed8dc
Added fixed field ast node.
...
I thought about this a bit - it's a better solution to invent a new
node for this construct even if it's reallly close to fields. Really
close != same.
15 years ago
Mike Krüger
836e17859c
Fixed bug in formatting unit tests.
15 years ago
Mike Krüger
c01ba21f1e
Converted the unit tests.
...
Some of them are failing - I expect it has to do with the adapter.
15 years ago
Mike Krüger
2bee26ad27
Added AST formatting visitor.
15 years ago
Mike Krüger
749f5a885e
Updated parser & mcs.
15 years ago
Daniel Grunwald
bf96506900
DefiniteAssignmentAnalysis bugfix
15 years ago
Daniel Grunwald
4e1140d081
Fixed definite assignment analysis bug.
15 years ago
Daniel Grunwald
ebc34e6a77
Add NextStatement/PreviousStatement properties.
15 years ago
Daniel Grunwald
6f2e9c28ce
Order the control flow nodes lexically, and allow restricting definite assignment analysis to a specific lexical range.
15 years ago
Daniel Grunwald
3cc6fabec4
Allow performing definite assignment analysis without providing an ITypeResolveContext.
15 years ago
Daniel Grunwald
5660677750
Add InsertAfter/InsertBefore to AstNodeCollection.
15 years ago
Daniel Grunwald
ccfd4ea12c
Evaluate constant expressions in definite assignment analysis.
15 years ago
Daniel Grunwald
f68a49b509
Improve spacing in fixed statement output.
15 years ago
Daniel Grunwald
9974734473
Use a property to return the list of annotations.
...
This makes debugging annotations easier, as properties can be evaluated in the debugger.
15 years ago
Daniel Grunwald
735cb8595e
Fix issues in definite assignment analysis.
15 years ago
Daniel Grunwald
65bf46a924
Set NRefactory back to .NET 4.0 (we're not going to port ILSpy to .NET 3.5)
15 years ago
Daniel Grunwald
76dfccceba
Add definite assignment analysis.
15 years ago
Daniel Grunwald
a79d43d1d1
Add control flow analysis for the NRefactory C# AST.
15 years ago
Daniel Grunwald
c33f33e6ba
Enable using patterns in place of catch clauses.
15 years ago
Daniel Grunwald
3ad453dc5d
Add OptionalNode for pattern matching.
15 years ago
Daniel Grunwald
cfccfcaaa1
AstNode: add Invoke() methods to AstType (builds InvocationExpression for static methods)
15 years ago
Daniel Grunwald
60b3164b65
NRefactory AstNode: add DescendantsAndSelf property.
15 years ago
Daniel Grunwald
c6a8a1f9d8
Add support for Modifiers.Any (for pattern-matching) and for AttributeSection patterns.
15 years ago
Artur Zgodziski
73350e7158
small code reformatting
15 years ago
Artur Zgodziski
fdf1dac373
Indexer decompilation support.
...
Conflicts:
ICSharpCode.Decompiler/Ast/AstBuilder.cs
15 years ago
David Srbecký
cafda5f692
Generate switch default case. Closes #26
15 years ago
Daniel Grunwald
0c9dec1b9a
Fix output of float/double literals that are infinite or NaN.
15 years ago
Daniel Grunwald
0c9b5cb03a
Remove "Attribute" suffix and add support for attributes on type parameters.
15 years ago
Daniel Grunwald
35d0426e70
Adjust ILSpy to NRefactory changes.
15 years ago
Daniel Grunwald
a92606cb97
Some improvements to output visitor.
15 years ago
Daniel Grunwald
136fd88f14
Fix some parser issues.
15 years ago
Daniel Grunwald
41b4385d7c
Port NRefactory to .NET 3.5.
15 years ago
Daniel Grunwald
3b6fe6ff0d
Adjust resolver to AST changes and disable failing unit tests.
15 years ago
Daniel Grunwald
93e9d1e18b
Use implicit conversion operator to convert from Pattern to AST nodes.
15 years ago
Daniel Grunwald
defd42696d
AST bugfixes.
15 years ago
Daniel Grunwald
60d4fe9d0f
Add pattern matching for query expressions.
...
Pattern matching should now work for the complete C# AST.
15 years ago
Daniel Grunwald
b51f5a651f
Add pattern matching for MemberDeclarations.
15 years ago
Artur Zgodziski
f4f554d5ac
more attribute targets implemented.
15 years ago
Artur Zgodziski
74fd14a2f5
attributed parameter declaration.
15 years ago
Artur Zgodziski
a07f545377
Printing initializers of enum members.
15 years ago
Daniel Grunwald
07c8c0c0f3
Use newlines in array initializers.
15 years ago
Daniel Grunwald
2200240ef6
InsertParenthesesVisitor: don't insert parentheses for "a && b && c"
15 years ago