80 Commits (7f11fe3be0289aaa83a1d51902d161b0c4f63f3e)

Author SHA1 Message Date
Daniel Grunwald 7f11fe3be0 Fixed bugs that caused some nodes not to be resolved in a "resolve all" run. 14 years ago
Daniel Grunwald 42bc87ba02 Change ResolveVisitor to report the location of conversions. 14 years ago
Daniel Grunwald 4cc64bb9b8 Fixed resolving LINQ group joins. 14 years ago
Daniel Grunwald 5b17740bea Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be. 14 years ago
Daniel Grunwald a5865bdd8e Implemented "Find References". 14 years ago
Daniel Grunwald 33abc64eec Replace AstNode.GetResolvableNodeAt() with the ResolveAtLocation helper class. 14 years ago
Daniel Grunwald 8a05ada508 Don't keep the per-using scope and per-type definiton caches around longer than necessary. 14 years ago
Daniel Grunwald 82fad4ef64 Use 'UsingScopeCache' instance for caching the extension methods. 14 years ago
Daniel Grunwald 2be1569cc7 Add cache for implicit conversions for 25% performance boost. 14 years ago
Daniel Grunwald 391a6bc8b7 Cache resolved SimpleTypeOrNamespaceReference/MemberTypeOrNamespaceReference, and intern those references. 14 years ago
Daniel Grunwald 3fdf0ee6c6 Implemented resolver for LINQ queries. 14 years ago
Daniel Grunwald 3bbc3f6b6d Fixed NullReferenceException in MethodGroupResolveResult.ResolveInvocation(). 14 years ago
Daniel Grunwald 9d0e6ae0f8 Resolver: added support for collection initializers and nested object initializers. 14 years ago
Daniel Grunwald a5c93a38e4 Adjust resolver to object initializer AST changes. 14 years ago
Daniel Grunwald 7a2c59ae4a Add GetMemberOptions. 14 years ago
Daniel Grunwald f79b0a77f3 Resolver: array create expressions 14 years ago
Daniel Grunwald 2c49c71081 Report resolve results back to the navigator. 14 years ago
Daniel Grunwald c9c204439f Fix type inference and overload resolution when a class type parameter gets substituted by a method type parameter. 14 years ago
Daniel Grunwald 5c585e110b Apply license header to unit tests. 14 years ago
Daniel Grunwald a1f613e274 ResolveVisitor: skip tokens and comments 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 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 d59fd2bc56 C# Resolver: preparations for lambda support 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 18fb49ca7c Add TypeKind enum. 14 years ago
Daniel Grunwald bb2f93a24b NRefactory bug fixes: 14 years ago
Daniel Grunwald fa6afb250a Fix ResolveVisitor.VisitArrayCreateExpression. 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. 14 years ago
Mike Krüger 79b9582964 Fixed failing attribute unit tests. 14 years ago
Mike Krüger a11458e203 Worked on attribute resolving. 14 years ago
Mike Krüger 5c398f2698 fixed return types of anonymous type properties. 14 years ago
Mike Krüger c458e0603d Implemented anonymous types. 14 years ago
Mike Krüger 26946f003a Added DeclarationRegion property to IVariable. 14 years ago
Daniel Grunwald 7615720130 ResolveVisitor: Handle type arguments on IdentifierExpression and MemberReferenceExpression. 14 years ago
Daniel Grunwald 3435eec015 Add ResolveVisitor.GetResolverStateBefore(AstNode). 14 years ago
Mike Krüger 51f924f752 Renamed ITypeDefinition.InnerClasses -> NestedTypes (for more 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 9a35ee4404 Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Daniel Grunwald eb24135e41 Implemented IConstantValue for C#. 14 years ago
Daniel Grunwald b8330bebd6 Remove parent pointer from ITypeParameter and enable sharing type parameters. 14 years ago
Mike Krüger 9fedc310ac Handled undocumented expressions. 14 years ago