Daniel Grunwald
|
a79d43d1d1
|
Add control flow analysis for the NRefactory C# AST.
|
15 years ago |
Eusebiu Marcu
|
b5d560a20e
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
Daniel Grunwald
|
c33f33e6ba
|
Enable using patterns in place of catch clauses.
|
15 years ago |
Eusebiu Marcu
|
a48634ded9
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
Daniel Grunwald
|
3ad453dc5d
|
Add OptionalNode for pattern matching.
|
15 years ago |
Eusebiu Marcu
|
b33ddd3d8d
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
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 |
Eusebiu Marcu
|
3510129268
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
David Srbecký
|
cafda5f692
|
Generate switch default case. Closes #26
|
15 years ago |
Eusebiu Marcu
|
2ff8e15192
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
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
|
c997b75807
|
Merge commit '39fcd7d72f73d386455d00d63446601c99eafb83'
|
15 years ago |
Daniel Grunwald
|
a92606cb97
|
Some improvements to output visitor.
|
15 years ago |
Daniel Grunwald
|
bc195b84b6
|
Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy
|
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
|
b37ea773b4
|
Re-enabled the unit tests that were commented out.
|
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 |
Artur Zgodziski
|
20ceef12b0
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into cust-attr
Conflicts:
ICSharpCode.Decompiler/Tests/ICSharpCode.Decompiler.Tests.csproj
NRefactory/ICSharpCode.NRefactory/ICSharpCode.NRefactory.csproj
|
15 years ago |
Eusebiu Marcu
|
d87e40b438
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
Daniel Grunwald
|
07c8c0c0f3
|
Use newlines in array initializers.
|
15 years ago |
Eusebiu Marcu
|
0fd4c4c104
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
Daniel Grunwald
|
1cb5642295
|
Merge commit '7ac091e93d8112b369425cceab64829c094e401c'
|
15 years ago |
Daniel Grunwald
|
2200240ef6
|
InsertParenthesesVisitor: don't insert parentheses for "a && b && c"
|
15 years ago |
Daniel Grunwald
|
5a34a9c7d0
|
Fix output of checked and unchecked expressions.
|
15 years ago |
Eusebiu Marcu
|
ac3737fcba
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
Artur Zgodziski
|
f2c860704e
|
Print a custom attribute's positional arguments.
|
15 years ago |
Daniel Grunwald
|
212d39b248
|
Fix duplicate reference to Mono.Cecil.
|
15 years ago |
Artur Zgodziski
|
5dfed88da7
|
Removed redundant int base type of enum.
|
15 years ago |
Artur Zgodziski
|
8bd4e5dad0
|
Basic output of custom attributes attached to types and methods.
|
15 years ago |
Artur Zgodziski
|
9a1d759f97
|
Modifications of solution and project files made by VS2010.
|
15 years ago |
Eusebiu Marcu
|
9f55acb353
|
Basic evaluation - first level
|
15 years ago |
Eusebiu Marcu
|
75a50926da
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
|
15 years ago |
Daniel Grunwald
|
695138d373
|
Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns)
|
15 years ago |
Daniel Grunwald
|
38faf8415d
|
Add support for 'any' operator and fix a bug in pattern matching.
|
15 years ago |
Daniel Grunwald
|
eeb4ea5aff
|
Add simple backtracking support to pattern matching.
|
15 years ago |
Daniel Grunwald
|
e6c0091ba2
|
Implement pattern matching for statements.
|
15 years ago |