Mike Krüger
9083beecc4
Fixed constructor declaration tests.
15 years ago
Mike Krüger
2e82144ec9
* TypeDeclarationTests.cs:
...
* PropertyDeclarationTests.cs: enabled property declaration tests.
* ICSharpCode.NRefactory.Tests.csproj:
15 years ago
Mike Krüger
873c18530b
Added attribute section parsing / fixed indexer declaration tests.
15 years ago
Mike Krüger
2353804bfa
Fixed field declaration tests.
15 years ago
Eusebiu Marcu
bdb2c5729a
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
15 years ago
Daniel Grunwald
f3c52a0609
Add OperatorDeclaration.GetOperatorType() helper method.
15 years ago
Mike Krüger
4e60911bb0
Fixed method declaration tests.
15 years ago
Mike Krüger
58caab2468
Fixed statement unit tests.
15 years ago
Mike Krüger
cad9d18444
Fixed fixed statement.
15 years ago
Mike Krüger
a4ce5aa555
Updated mcs/fixed pointer reference expression bug.
15 years ago
Mike Krüger
ca775894f7
Fixed partial modifier.
15 years ago
Mike Krüger
8c7e017a3a
Fixed UsingDeclarationTests.
15 years ago
Mike Krüger
293dba532f
Worked on pointer reference expression.
15 years ago
Mike Krüger
cc209b45f9
Fixed ArrayObjectCreateExpression tests.
15 years ago
Mike Krüger
58856b187c
Activated cast expression tests.
15 years ago
Mike Krüger
c0e20a6796
Fixed qualified alias member tests.
15 years ago
Mike Krüger
44388b2395
Fixed anonymous method tests.
15 years ago
Eusebiu Marcu
af56cbea22
Implement new methods in NotImplementedAstVisitor.
15 years ago
Eusebiu Marcu
d12f5b2a5d
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
15 years ago
Daniel Grunwald
7cbab5e017
Merge NRefactory a92606c..56fde51
15 years ago
Daniel Grunwald
56fde51b69
Use "Role" suffix for the fixed field variable role.
15 years ago
Daniel Grunwald
e8d8ff8da8
Merge NRefactory changes from ILSpy.
15 years ago
Daniel Grunwald
d022808047
Fixed parsing of enum member declarations.
15 years ago
Mike Krüger
f03042647c
Added extern alias node.
15 years ago
Mike Krüger
d8e26ed8dc
Added fixed field ast node.
...
I thought about this a bit - it's a better solution to invent a new
node for this construct even if it's reallly close to fields. Really
close != same.
15 years ago
Mike Krüger
836e17859c
Fixed bug in formatting unit tests.
15 years ago
Mike Krüger
c01ba21f1e
Converted the unit tests.
...
Some of them are failing - I expect it has to do with the adapter.
15 years ago
Mike Krüger
9b1913e5e4
Track API changes.
15 years ago
Mike Krüger
2bee26ad27
Added AST formatting visitor.
15 years ago
Mike Krüger
749f5a885e
Updated parser & mcs.
15 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
Eusebiu Marcu
01a3871281
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
15 years ago
Daniel Grunwald
bf96506900
DefiniteAssignmentAnalysis bugfix
15 years ago
Daniel Grunwald
4e1140d081
Fixed definite assignment analysis bug.
15 years ago
Daniel Grunwald
ebc34e6a77
Add NextStatement/PreviousStatement properties.
15 years ago
Daniel Grunwald
6f2e9c28ce
Order the control flow nodes lexically, and allow restricting definite assignment analysis to a specific lexical range.
15 years ago
Daniel Grunwald
3cc6fabec4
Allow performing definite assignment analysis without providing an ITypeResolveContext.
15 years ago
Daniel Grunwald
5660677750
Add InsertAfter/InsertBefore to AstNodeCollection.
15 years ago
Eusebiu Marcu
90f86243f9
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
15 years ago
Daniel Grunwald
ccfd4ea12c
Evaluate constant expressions in definite assignment analysis.
15 years ago
Daniel Grunwald
3a4fdf2b77
Add support for non-custom attributes to CecilLoader.
15 years ago
Eusebiu Marcu
ad022545ae
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
15 years ago
Eusebiu Marcu
044958af31
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
15 years ago
Daniel Grunwald
f68a49b509
Improve spacing in fixed statement output.
15 years ago
Daniel Grunwald
9974734473
Use a property to return the list of annotations.
...
This makes debugging annotations easier, as properties can be evaluated in the debugger.
15 years ago
Eusebiu Marcu
e3471e651e
Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger
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