Daniel Grunwald
|
1f6c4f037e
|
Update solution-loading logic in ConsistencyCheck.
|
13 years ago |
Daniel Grunwald
|
16aa0c6c28
|
Rename IParsedFile -> IUnresolvedFile to make clear it belongs to the unresolved type system.
|
13 years ago |
Daniel Grunwald
|
eaba9798d3
|
Rename 'cu' to 'syntaxTree'.
|
13 years ago |
Daniel Grunwald
|
273178a141
|
Rename CompilationUnit to SyntaxTree.
|
13 years ago |
Daniel Grunwald
|
807e9c5fce
|
Allow multiple occurrences of UnknownError.
|
13 years ago |
Daniel Grunwald
|
585ae50c2f
|
CSharpAstResolver: don't return the same ResolveResult for two different nodes.
(make clones when using caches)
Closes icsharpcode/NRefactory#46.
|
13 years ago |
Daniel Grunwald
|
282d3c3423
|
Fix icsharpcode/NRefactory#32: ResolveResult for anonymous type creation
|
13 years ago |
Daniel Grunwald
|
4d07b33b44
|
CSharpAstResolver now can resolve type members even when no parsedFile is specified.
This is useful for analyzing generated code that does not have accurate StartLocation/EndLocation assigned.
|
13 years ago |
Daniel Grunwald
|
311df2bbb2
|
CSharpAstResolver: add cancellation support
|
14 years ago |
Daniel Grunwald
|
9f5f18eeb2
|
Fixed resolving "condition ? byte : 0".
|
14 years ago |
Daniel Grunwald
|
c5c1337aee
|
Add failing unit test for using-statement with multiple variable declarations.
|
14 years ago |
Daniel Grunwald
|
cdfa794e37
|
Add some ToString() overrides for easier debugging
|
14 years ago |
Daniel Grunwald
|
3d21a80e7d
|
Fixed the ResolveVisitor scanning logic and several related issues.
|
14 years ago |
Daniel Grunwald
|
90c0758bb0
|
Update roundtrip test.
|
14 years ago |
Daniel Grunwald
|
f1a1ab32ad
|
Added ResolverTest to consistency check and fixed some crashing bugs in the resolver.
|
14 years ago |