Daniel Grunwald
|
e51e3a95cb
|
Add InvocationResolveResult.
|
14 years ago |
Daniel Grunwald
|
77c7d08b9a
|
Implemented disambiguation for identical simple names and type names. (e.g. "public Color Color;")
|
14 years ago |
Mike Krüger
|
7e708a653d
|
Worked on ast formatter tests.
|
14 years ago |
Mike Krüger
|
dd4f73b314
|
Fixed bug in inner type result.
|
14 years ago |
Daniel Grunwald
|
c9d4a5d0c9
|
Rename ITypeResolveContext extension methods to be consistent with the new names of the ITypeResolveContext methods.
|
14 years ago |
Daniel Grunwald
|
878dbbff0b
|
Fixed some issues in resolver; enable resolver unit tests.
|
14 years ago |
Daniel Grunwald
|
1c51b3ab05
|
Type storage: Fixed handling of namespaces that have sub-namespaces but do not directly contain classes.
|
14 years ago |
Daniel Grunwald
|
3b6fe6ff0d
|
Adjust resolver to AST changes and disable failing unit tests.
|
15 years ago |
Daniel Grunwald
|
9e42e6b6f4
|
Enable some unit tests that work with the type reference hack.
|
15 years ago |
Daniel Grunwald
|
a665e39680
|
Add lots of resolver unit tests.
|
15 years ago |
Daniel Grunwald
|
3ae0b71496
|
Renamed VariableResolveResult to LocalResolveResult and added some unit tests.
|
15 years ago |
Daniel Grunwald
|
b9f9caaa9c
|
Added some unit tests and fixed some bugs.
|
15 years ago |
Daniel Grunwald
|
b35f1f247c
|
Handle 'a::b' as MemberType (move aliases out of SimpleType).
|
15 years ago |
Daniel Grunwald
|
7e530a90ac
|
Fixed some bugs; added support for type references to TypeSystemConvertVisitor.
|
15 years ago |
Daniel Grunwald
|
24eb146c74
|
Add 'CommonTypeInference'.
|
15 years ago |
Daniel Grunwald
|
0eeedc4d75
|
Add ResolveVisitor-based tests to SimpleNameLookupTests.
|
15 years ago |
Daniel Grunwald
|
716a5f51fe
|
Add NRefactory.Demo (TreeView for visualization of C# DOM)
|
15 years ago |
Daniel Grunwald
|
2f91b65b74
|
Add more SimpleNameLookupTests.
|
15 years ago |
Daniel Grunwald
|
fe78216ca4
|
Started implementing type inference.
|
15 years ago |