131 Commits (5c585e110bde023e4d50a4fcbe72f66e17061c82)

Author SHA1 Message Date
Daniel Grunwald 37626e1bc7 Expose conversions as part of the ResolveResult. 14 years ago
Daniel Grunwald e51e3a95cb Add InvocationResolveResult. 14 years ago
Daniel Grunwald 6792a0c76a Report which kind of conversion was found. 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 18fb49ca7c Add TypeKind enum. 14 years ago
Daniel Grunwald 811784e303 Re-implemented IType.GetMembers() to avoid redundant specialization. 14 years ago
Daniel Grunwald cb70bceece Add strong-name to NRefactory; small API changes for ICSharpCode.Editor. 14 years ago
Daniel Grunwald 97d096414b Fixed GetDelegateInvokeMethod() for parameterized types. 14 years ago
Mike Krüger 6fb0a903cc Added error indicators for missing closing brackets. 14 years ago
Daniel Grunwald fa55d149d5 Fix adding assembly attributes to SimpleProjectContent. 14 years ago
Mike Krüger 0cb2388538 Separated the annotations from the ast node & added annotations to the 14 years ago
Mike Krüger aa42b1b74b Added error storage to IParsedFile. 14 years ago
Daniel Grunwald 94b4130aa9 Add IParsedFile to type system. 14 years ago
Mike Krüger be5139a776 Added more context actions. 14 years ago
Daniel Grunwald 62988d631e Add TypeSystemAstBuilder: IType --> AstType conversion. 14 years ago
Mike Krüger c337048cc3 added missing file. 14 years ago
Mike Krüger 6e1eaf15f8 Added monodevelop context actions. 14 years ago
Daniel Grunwald b4bcc8036f Add ICSharpCode.Editor assembly. 14 years ago
Mike Krüger 6894e6a630 Primitive expressions now contain the literal value + updated mcs. 14 years ago
Mike Krüger 790585c197 Implemented invert condition function. 14 years ago
Mike Krüger d4d9ffd914 Added observer visitor. 14 years ago
Mike Krüger 8237448dbd Renamed interface. 14 years ago
Mike Krüger 450be5a945 Corrected locations for parset expressions/statments/type members. 14 years ago
Daniel Grunwald a917b1cfb1 Evaluate constant expressions in the correct context. 15 years ago
Daniel Grunwald e1ac50d734 Implemented C# attributes. 15 years ago
Daniel Grunwald eb24135e41 Implemented IConstantValue for C#. 15 years ago
Daniel Grunwald 4995f487fc New XmlDocumentationProvider implementation: 15 years ago
Mike Krüger 9fedc310ac Handled undocumented expressions. 15 years ago
Mike Krüger ccd06a496c Fixed query expression tests. 15 years ago
Daniel Grunwald d4eaffbb42 Make pattern matching AST independent from C# AST. 15 years ago
Mike Krüger 16715bb854 Renamed CSharpFormattingPolicy to CSharpFormattingOptions. 15 years ago
Mike Krüger f03042647c Added extern alias node. 15 years ago
Mike Krüger d8e26ed8dc Added fixed field ast node. 15 years ago
Mike Krüger 2bee26ad27 Added AST formatting visitor. 15 years ago
Mike Krüger 749f5a885e Updated parser & mcs. 15 years ago
Daniel Grunwald 3cc6fabec4 Allow performing definite assignment analysis without providing an ITypeResolveContext. 15 years ago
Daniel Grunwald 735cb8595e Fix issues in definite assignment analysis. 15 years ago
Daniel Grunwald 65bf46a924 Set NRefactory back to .NET 4.0 (we're not going to port ILSpy to .NET 3.5) 15 years ago
Daniel Grunwald 76dfccceba Add definite assignment analysis. 15 years ago
Daniel Grunwald a79d43d1d1 Add control flow analysis for the NRefactory C# AST. 15 years ago
Daniel Grunwald 3ad453dc5d Add OptionalNode for pattern matching. 15 years ago
Daniel Grunwald 136fd88f14 Fix some parser issues. 15 years ago
Daniel Grunwald 41b4385d7c Port NRefactory to .NET 3.5. 15 years ago
Daniel Grunwald 212d39b248 Fix duplicate reference to Mono.Cecil. 15 years ago
Artur Zgodziski 9a1d759f97 Modifications of solution and project files made by VS2010. 15 years ago
Daniel Grunwald 695138d373 Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns) 15 years ago
Daniel Grunwald 23190aa19c NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
Daniel Grunwald f5e89bfd3c Add Choice pattern. 15 years ago
Daniel Grunwald 9d5390cdbf Add pattern matching support to the NRefactory C# AST. 15 years ago