Daniel Grunwald
|
ee5d87a0f8
|
Add year to license headers.
|
13 years ago |
Daniel Grunwald
|
4324311718
|
Use IMember.Specialize() instead of 'new SpecializedMember()', and remove unnecessary upcasts.
|
13 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Siegfried Pammer
|
99d4a8f24b
|
remove code from MainForm in sample
|
14 years ago |
Mike Krüger
|
16715bb854
|
Renamed CSharpFormattingPolicy to CSharpFormattingOptions.
|
14 years ago |
Daniel Grunwald
|
e9bc0ec7fc
|
Add simple output formatter.
|
15 years ago |
Daniel Grunwald
|
bf49569c22
|
Rename Dom->Ast.
|
15 years ago |
Daniel Grunwald
|
0f01f3be17
|
C# Ast refactoring: introduce Role<T> and add setters.
|
15 years ago |
Daniel Grunwald
|
d0ce6198f6
|
Reuse Conversions instance from overload resolution for type inference.
|
15 years ago |
Daniel Grunwald
|
06634845f1
|
Adjust unit tests to null object pattern.
|
15 years ago |
Daniel Grunwald
|
0eeedc4d75
|
Add ResolveVisitor-based tests to SimpleNameLookupTests.
|
15 years ago |
Daniel Grunwald
|
6f913c6d53
|
ResolveVisitor: use explicit interface implementation of IDomVisitor.
Demo App: use NodeListResolveVisitorNavigator to resolve only the currently selected node.
|
15 years ago |
Daniel Grunwald
|
823c73c93f
|
Make IdentifierExpression.Identifier return the identifier string.
ResolveVisitor: associate declarations with the resolved entity
|
15 years ago |
Daniel Grunwald
|
3b991e6a0d
|
Simplify CSharp.Dom.
Add delegate support to TypeSystemConvertVisitor.cs.
Add support for resolving object creation (constructor calls).
|
15 years ago |
Daniel Grunwald
|
51c01bce67
|
Add "Resolve" button to NRefactory.Demo.
Bugfixes for parser + resolver.
|
15 years ago |
Daniel Grunwald
|
6064f57447
|
NRefactory.Demo: Expand TreeView at caret offset when parsing.
|
15 years ago |
Daniel Grunwald
|
716a5f51fe
|
Add NRefactory.Demo (TreeView for visualization of C# DOM)
|
15 years ago |