Mike Krüger
|
6b7acf5147
|
Added foreach statement variable declaration test.
|
14 years ago |
Daniel Grunwald
|
8007d25b00
|
Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer.
Ignore some failing parser unit tests.
|
14 years ago |
Mike Krüger
|
38b35b70fa
|
Fixed formatting unit tests on windows.
|
14 years ago |
Mike Krüger
|
94bad6c210
|
Fixed "InactiveIf" unit test.
|
14 years ago |
Mike Krüger
|
3e9a85d34d
|
Fixed complex generic class unit test.
|
14 years ago |
Mike Krüger
|
77a75818d6
|
Fixed constraints parsing #2.
|
14 years ago |
Mike Krüger
|
8124aebf8c
|
Fixed some more cases of "new" completion.
|
14 years ago |
Mike Krüger
|
fa8e9a22e8
|
Fixed bug in "new" completion.
|
14 years ago |
Daniel Grunwald
|
b84c06e5b6
|
Make CSharpResolver immutable.
|
14 years ago |
Mike Krüger
|
831c0599b9
|
Added unit test for reported md bug.
|
14 years ago |
Mike Krüger
|
63367b955b
|
Fixed some keyword cc tests.
|
14 years ago |
Daniel Grunwald
|
1467ce3b5b
|
Fixed accessibility check for protected members in outer classes.
|
14 years ago |
Daniel Grunwald
|
f410a2b5d5
|
Enum members are implicitly cast to the underlying type when used in an enum member initializer.
|
14 years ago |
Daniel Grunwald
|
a9c743c0ec
|
Fixed type inference for "condition ? someEnum : 0"
|
14 years ago |
Daniel Grunwald
|
42ce4ca6e1
|
Fixed type inference in foreach when the collection type does not implement IEnumerable.
|
14 years ago |
Mike Krüger
|
78ac5bb6f5
|
Fixed some code completion unit tests.
|
14 years ago |
Mike Krüger
|
ff2a11b00a
|
Worked on unit tests.
|
14 years ago |
Mike Krüger
|
51986c4379
|
Worked on code completion unit tests.
|
14 years ago |
Mike Krüger
|
c453405dcf
|
Updated code completion to the latest type system changes.
|
14 years ago |
Daniel Grunwald
|
a71670f2bc
|
Fixed some issues with code round-tripping; and added unit tests for some parser failures.
|
14 years ago |
Daniel Grunwald
|
4db74d9da0
|
Fixed roundtripping of preprocessor directives.
|
14 years ago |
Daniel Grunwald
|
bf88746a7a
|
Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself.
|
14 years ago |
Daniel Grunwald
|
a6433d43f3
|
Do not try to infer a type from the null literal.
|
14 years ago |
Daniel Grunwald
|
7e95cb7446
|
Add CSharpAstResolver.GetResolverStateBefore
|
14 years ago |
Daniel Grunwald
|
4ccc313d46
|
Normalize newlines
|
14 years ago |
Daniel Grunwald
|
4d4f1f42b7
|
Fixed various resolver bugs.
|
14 years ago |
Daniel Grunwald
|
c4ce9344f0
|
Fixed bug when resolving base constructor calls.
|
14 years ago |
Daniel Grunwald
|
0b263b0b74
|
TypeSystemConvertVisitor: implemented ConvertInterfaceImplementation for methods and properties.
Implemented 'goto case' support in control flow analysis.
|
14 years ago |
Daniel Grunwald
|
f11eed9d15
|
Introduce a named unknown type (this allows TypeSystemAstBuilder to work better when there are resolve errors).
|
14 years ago |
Daniel Grunwald
|
e2cb5467c2
|
Adjust CodeDomConvertVisitor and DefiniteAssignmentAnalysis to new type system.
|
14 years ago |
Mike Krüger
|
e69e9f13f5
|
Fixed enum context.
|
14 years ago |
Mike Krüger
|
bcde6f1af6
|
Worked on enum context.
|
14 years ago |
Mike Krüger
|
37798b0eba
|
Improved get/set keyword handling.
|
14 years ago |
Mike Krüger
|
7e5380551b
|
Updated mcs/fixed some code completion cases.
|
14 years ago |
Daniel Grunwald
|
73438b7288
|
Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.
|
14 years ago |
Daniel Grunwald
|
9d7c018fb2
|
Adjusted C# resolver to refactored type system.
|
14 years ago |
Daniel Grunwald
|
c02e801b5d
|
Introduce ResolvedUsingScope (serves as cache per using-scope; avoids resolving imported namespaces repeatedly).
|
14 years ago |
Mike Krüger
|
5069b98f17
|
Fixed code completion bug.
|
14 years ago |
Mike Krüger
|
3b6fda215c
|
Added gtk demo & fixed code completion bug.
|
14 years ago |
Daniel Grunwald
|
54851a741f
|
C# Type System implementation
|
14 years ago |
Mike Krüger
|
057c0beee2
|
Fixed "partial" bug.
|
14 years ago |
Mike Krüger
|
a701436950
|
Changed parameter completion API slightly.
|
14 years ago |
Mike Krüger
|
4a41972dfa
|
Fixed code completion bug "Bug 1932 - [new resolver] fields don't show
up unless prefixed with 'this.'".
|
14 years ago |
Mike Krüger
|
98d1826a74
|
Added error expression as ast node.
|
14 years ago |
Mike Krüger
|
4376927d99
|
Renamed file.
|
14 years ago |
Mike Krüger
|
11a9ce2287
|
Added context action unit tests.
|
14 years ago |
Daniel Grunwald
|
f9916d89ef
|
WIP: Type system refactoring.
|
14 years ago |
Mike Krüger
|
2d70017cf7
|
Fixed some parameter resolve result issues.
|
14 years ago |
Mike Krüger
|
1bc609ff79
|
Added pre processor "if"/"elif" contexts.
|
14 years ago |
Mike Krüger
|
0ab566c3c0
|
Fixed "partial" context.
|
14 years ago |