Mike Krüger
|
52350b3cb0
|
Fixed resolve at location failure.
Was caused by an invalid token location.
|
13 years ago |
Daniel Grunwald
|
b3c2b0ce9d
|
ResolveAtLocation: when resolving a method name within a delegate creation, produce MemberResolveResult instead of MethodGroupResolveResult.
|
13 years ago |
Mike Krüger
|
3dbba420eb
|
[Resolver] Fixed infinite loop issue when a type inherits from type
parameter.
|
13 years ago |
Mike Krüger
|
fbc1cfd0c9
|
Fixed some failing unit tests.
|
13 years ago |
Mike Krüger
|
293af2e2c9
|
[Resolver] Fixed resolve at location bug.
|
13 years ago |
Daniel Grunwald
|
9859dce24f
|
Improve ResolveAtLocation.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
b7fcc55308
|
Re-enable resolver unit tests that failed due to the parser returning incorrect positions.
Fixed a bug that caused array initializers to fail to resolve when the parent variable initializer was not being resolved.
|
14 years ago |
Daniel Grunwald
|
9de8c14c02
|
Fixed resolving event declarations.
|
14 years ago |
Daniel Grunwald
|
b7a17c206e
|
Adjust unit tests to InvocationResolveResult changes.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Daniel Grunwald
|
33abc64eec
|
Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class.
|
14 years ago |