Daniel Grunwald
|
8f459c2460
|
Ensure IVariable.ConstantValue has the correct type when a local constant declaration involves an implicit conversion
E.g. "const int MAXSIZE = ushort.MaxValue;"
|
13 years ago |
Mike Krüger
|
ef726be8c9
|
[UnitTests] Disabled broken tests.
|
13 years ago |
Daniel Grunwald
|
942b4f70ef
|
Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics.
Boxing conversion for attribute arguments is now used consistently in C# type system and Cecil-loaded type system.
|
14 years ago |
Daniel Grunwald
|
b84c06e5b6
|
Make CSharpResolver immutable.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Daniel Grunwald
|
37626e1bc7
|
Expose conversions as part of the ResolveResult.
|
14 years ago |
Daniel Grunwald
|
fe78216ca4
|
Started implementing type inference.
|
15 years ago |
Daniel Grunwald
|
c4f4db723b
|
Added support for relational operators.
Moved primitive cast logic to utils.
Added unit tests; fixed bug in enum handling.
|
15 years ago |
Daniel Grunwald
|
b46cfa7e29
|
Added CastTests.
Constant folding: fixed implicit conversions and casts to use C# semantics
|
15 years ago |