Daniel Grunwald
a1f613e274
ResolveVisitor: skip tokens and comments
...
Make the resolver's debug output more readable.
14 years ago
Daniel Grunwald
4372b610ee
Fixed lambda type inference for nested (curried) lambdas.
14 years ago
Daniel Grunwald
b52a348373
More work on lambda expressions.
14 years ago
Daniel Grunwald
cd99dce77b
Fix bugs caused by the introduction of user-defined operators.
14 years ago
Daniel Grunwald
43b5897b21
Add support for user-defined operators.
14 years ago
Daniel Grunwald
37626e1bc7
Expose conversions as part of the ResolveResult.
14 years ago
Daniel Grunwald
f86a014b9c
Put MIT license into the file headers.
14 years ago
Daniel Grunwald
e51e3a95cb
Add InvocationResolveResult.
14 years ago
Daniel Grunwald
8c8caf76f6
Implemented type inference for implicitly typed lambdas.
14 years ago
Daniel Grunwald
6792a0c76a
Report which kind of conversion was found.
14 years ago
Daniel Grunwald
d59fd2bc56
C# Resolver: preparations for lambda support
14 years ago
Daniel Grunwald
e17ba7462a
Add unit tests for TypeSystemAstBuilder.
14 years ago
Daniel Grunwald
b97543acb2
A few small API changes for NRefactory.
14 years ago
Daniel Grunwald
a9a6e1680d
Add ID string provider + a few resolver bugfixes
14 years ago
Daniel Grunwald
77c7d08b9a
Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;")
14 years ago
Daniel Grunwald
21d2121ae5
CecilLoader: add support for reading module attributes, security declarations and marshal information.
14 years ago
Daniel Grunwald
18fb49ca7c
Add TypeKind enum.
14 years ago
Daniel Grunwald
bb2f93a24b
NRefactory bug fixes:
...
- Use IType.Equals() instead of == operator
- Change handling of partially parameterized types in IType.GetNestedTypes so that we don't leak type parameters from the wrong context
- Add support for unbound types to C# resolver (e.g. in attribute arguments)
- C# Parser: preserve variance modifier
- Ensure all interface members are marked as 'abstract'
- Add support for [TypeForwardedTo] and [ComImport] to CecilLoader.
14 years ago
Daniel Grunwald
89ba05f335
C# calls indexers "Item", not "Items".
14 years ago
Daniel Grunwald
811784e303
Re-implemented IType.GetMembers() to avoid redundant specialization.
14 years ago
Daniel Grunwald
877ebf8bdb
Remove operator == from AstNodeCollection.
14 years ago
Mike Krüger
c15615db82
fix bug in remove braces action.
14 years ago
Daniel Grunwald
2ce741b35e
Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor)
14 years ago
Mike Krüger
3ba911830f
fixed bug where parameter is null.
14 years ago
Mike Krüger
58b8d06922
Visit empty expressions.
14 years ago
Daniel Grunwald
cb70bceece
Add strong-name to NRefactory; small API changes for ICSharpCode.Editor.
14 years ago
Daniel Grunwald
fa6afb250a
Fix ResolveVisitor.VisitArrayCreateExpression.
14 years ago
Mike Krüger
d46401cc5c
Added missing predicate parameter.
14 years ago
Mike Krüger
3d5b2842a8
fixed bug in anonymous array create expression resolving.
14 years ago
Mike Krüger
04ecdd7bfd
Added support for anonymous arrays.
14 years ago
Mike Krüger
0a9b6c744d
Implemented simple array create expression resolving.
14 years ago
Mike Krüger
3be8d6cd91
Fixed bug with GetElementType.
...
ArrayType yields System.Collections.IEnumerable as base type before
the more specific System.Colloctions.Generic.IEnumerable.
14 years ago
Siegfried Pammer
57d92d186d
add support for OperatorDeclaration and some more statements
14 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
14 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
14 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
14 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
14 years ago
Mike Krüger
a11458e203
Worked on attribute resolving.
...
Some tests fail because of wrongly loaded classes in my system.
Daniel: Can you check the constructor attribute cases. I think
something doesn't work in the Cecil loader on my system. I only get 1
empty constructor for LoaderOptimization & the name on my system is
.ctor instead of #ctor.
14 years ago
Mike Krüger
cf8a4120d4
Use equals.
14 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
14 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
14 years ago
Mike Krüger
19653fa69d
Added identifier token property.
14 years ago
Mike Krüger
96d1b7f08e
fixed check.
14 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
14 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
14 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
14 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
14 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
14 years ago
Mike Krüger
b36846581b
fixed bug.
14 years ago
Mike Krüger
99b60b87df
Parser change: Interface members are now Accessibiliy.Public.
...
This is a proposal to solve the <interfaceType>.<InferfaceMember>. ...
lookup.
14 years ago