Daniel Grunwald
ea42e6354b
Fix bug that caused the wrong part to be removed from a compound class.
14 years ago
Daniel Grunwald
3fdf0ee6c6
Implemented resolver for LINQ queries.
14 years ago
Daniel Grunwald
bb2f93a24b
NRefactory bug fixes:
...
- Use IType.Equals() instead of == operator
- Change handling of partially parameterized types in IType.GetNestedTypes so that we don't leak type parameters from the wrong context
- Add support for unbound types to C# resolver (e.g. in attribute arguments)
- C# Parser: preserve variance modifier
- Ensure all interface members are marked as 'abstract'
- Add support for [TypeForwardedTo] and [ComImport] to CecilLoader.
14 years ago
Daniel Grunwald
c9238339a5
Fix build errors.
14 years ago
Mike Krüger
44e796a198
Reduced the memory consumption of identifiers a bit by saving the
...
'isverbatim' bool.
Note: Don't introduce that as virtual property, otherwise the memory
saving is lost.
14 years ago
Siegfried Pammer
a810296de9
- fixed bugs/missing features in ExpressionFinder.atg
...
- add QualifiedType
- partially implement TypeName in the parser
14 years ago
Siegfried Pammer
d82f280132
reimplemented tests for OptionStatement
14 years ago
Siegfried Pammer
cb5a17366b
deactivated uncompilable unit tests; added XmlIdentifier; removed old classes
14 years ago
Siegfried Pammer
b8599fcaa1
remove old parser code and further cleanup
14 years ago
Siegfried Pammer
e1ee10ae10
start implementing new VB AST; remove AST generator
14 years ago
Siegfried Pammer
605a56a53d
merged changes related to lambdas and expression finding from old NRefactory
15 years ago
Siegfried Pammer
8c36dd80cb
renamed VB.Dom to VB.Ast
15 years ago
Daniel Grunwald
41b4385d7c
Port NRefactory to .NET 3.5.
15 years ago
Siegfried Pammer
4dbe96cb8f
updated .gitignore files
15 years ago
Siegfried Pammer
0f86823902
removed ILexer and AbstractLexer
15 years ago
Siegfried Pammer
71f211632c
NRefactory.VB: added some TODO remarks and cleaned files
15 years ago
Siegfried Pammer
9e536aa039
NRefactory.VB: fixed UsingStatementTests
15 years ago
Siegfried Pammer
5543433286
NRefactory.VB: fixed ResumeStatement
15 years ago
Siegfried Pammer
ef671d32d3
fixed LambdaExpressionTests
15 years ago
Siegfried Pammer
9502cdafe3
removed subdirectory "VB"
15 years ago