Mike Krüger
04ecdd7bfd
Added support for anonymous arrays.
15 years ago
Mike Krüger
0a9b6c744d
Implemented simple array create expression resolving.
15 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.
15 years ago
Siegfried Pammer
57d92d186d
add support for OperatorDeclaration and some more statements
15 years ago
Daniel Grunwald
97d096414b
Fixed GetDelegateInvokeMethod() for parameterized types.
...
Fixed copy constructor of DefaultMethod.
Fixed handling of "class" constraint in CecilLoader.
15 years ago
Mike Krüger
42d4d7d042
fixed some bugs in use explicit type context action.
15 years ago
Mike Krüger
79b9582964
Fixed failing attribute unit tests.
15 years ago
Mike Krüger
6fb0a903cc
Added error indicators for missing closing brackets.
15 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.
15 years ago
Pent Ploompuu
ee384a20f0
PDB files for release mode. File alignments and base addresses improved.
15 years ago
Mike Krüger
cf8a4120d4
Use equals.
15 years ago
Mike Krüger
5c398f2698
fixed return types of anonymous type properties.
...
Re-used the var type reference for that.
15 years ago
Mike Krüger
c458e0603d
Implemented anonymous types.
15 years ago
Mike Krüger
19653fa69d
Added identifier token property.
15 years ago
Mike Krüger
96d1b7f08e
fixed check.
15 years ago
Mike Krüger
1af72c9650
GetResolveableNodeAt is now more selective.
15 years ago
Mike Krüger
b74fe9381c
Set compiler errors to parsed file.
15 years ago
Mike Krüger
b411a2a5f6
fixed possible null ref.
15 years ago
Mike Krüger
7e708a653d
Worked on ast formatter tests.
15 years ago
Daniel Grunwald
fa55d149d5
Fix adding assembly attributes to SimpleProjectContent.
...
Fixed MemberLookup.IsInvocable().
Add (ignored) unit tests for user-defined binary operators.
15 years ago
Mike Krüger
b36846581b
fixed bug.
15 years ago
Mike Krüger
99b60b87df
Parser change: Interface members are now Accessibiliy.Public.
...
This is a proposal to solve the <interfaceType>.<InferfaceMember>. ...
lookup.
15 years ago
Mike Krüger
dd4f73b314
Fixed bug in inner type result.
15 years ago
Mike Krüger
2c2f30d563
Fixed some issues in the context actions.
15 years ago
Mike Krüger
b01c263d2e
Implemented brace style formatting.
15 years ago
Mike Krüger
aceae1f758
implemented type parameter getmember methods.
15 years ago
Mike Krüger
2b726d26ca
Fixed System.Void output.
15 years ago
Mike Krüger
67fff9fe04
fixed bug in using statement parsing.
15 years ago
Mike Krüger
ef0d911945
Revert "Implemented user defined operator candidates."
...
This reverts commit 9165dfed85 .
15 years ago
Mike Krüger
9165dfed85
Implemented user defined operator candidates.
15 years ago
Mike Krüger
6199ee3ba8
checked outer classes for aceessibility private check.
15 years ago
Mike Krüger
5fad5f93e8
Added time stamp to parsed files.
15 years ago
Mike Krüger
37dbafdff4
fixed mcs bug.
15 years ago
Mike Krüger
0e1ad6e342
Started to implement a 'skip bodies' mode for parsing.
15 years ago
Mike Krüger
62d61ec84b
Implemented GetResolveableNodeAt function.
15 years ago
Mike Krüger
26946f003a
Added DeclarationRegion property to IVariable.
15 years ago
Mike Krüger
694f3730aa
fix infinite loop.
15 years ago
Daniel Grunwald
daf0f21607
Fixed some bugs related to conversions of type parameters.
15 years ago
Daniel Grunwald
5ae4d6070a
Conversions: add support for user-defined implicit conversions.
15 years ago
Daniel Grunwald
7615720130
ResolveVisitor: Handle type arguments on IdentifierExpression and MemberReferenceExpression.
...
Add support for PointerReferenceExpression.
15 years ago
Daniel Grunwald
3435eec015
Add ResolveVisitor.GetResolverStateBefore(AstNode).
15 years ago
Daniel Grunwald
5b92717241
Add GetMembers() to IType; add ParsedFiles to IProjectContent.
15 years ago
Mike Krüger
1037d562ff
fixed some errors.
15 years ago
Daniel Grunwald
7fb7783d22
Make AbstractAnnotatable implement IAnnotatable.
15 years ago
Daniel Grunwald
c9d4a5d0c9
Rename ITypeResolveContext extension methods to be consistent with the new names of the ITypeResolveContext methods.
15 years ago
Daniel Grunwald
350ebaad8c
Fixed NullReferenceException in type inference when passing a "string[]" for a parameter of type "IEnumerable<T>".
15 years ago
Daniel Grunwald
b40610dcb6
Simplify nested synchronization of CompositeTypeResolveContext.
15 years ago
Mike Krüger
991bea4b72
Added IsVerbatim property again.
15 years ago
Mike Krüger
484c586706
Added easy accessible acceess members.
15 years ago
Mike Krüger
a883a3ddf6
Added constructors that take an error location/added file header.
15 years ago