Daniel Grunwald
|
b803d850f7
|
Do not report invalid conversion from int to void for this code:
void Run(Action<string> a) { }
int M() {
Run(x => $M()$);
}
|
14 years ago |
Daniel Grunwald
|
dac8c0fd35
|
Implement CSharpAstResolver.GetExpectedType() and CSharpAstResolver.GetConversion().
|
14 years ago |
Daniel Grunwald
|
70e62f42a1
|
Fixed DefaultMemberReference for methods with parameters.
|
14 years ago |
Mike Krüger
|
d9fe4a3566
|
Worked on merging mcs.
|
14 years ago |
Mike Krüger
|
bd58ea7afc
|
Merged with mcs.
|
14 years ago |
Mike Krüger
|
dba7b479ae
|
Fixed operators show up in completion list.
|
14 years ago |
Mike Krüger
|
f92742bdad
|
Removed double "default" item in switch context.
|
14 years ago |
Mike Krüger
|
6a9564d048
|
Added member provider to give the completion engine more context from
outside.
|
14 years ago |
Mike Krüger
|
578bb6c062
|
Fixed parsing of switch statements.
|
14 years ago |
Mike Krüger
|
a33b320958
|
Fixed failing unit test.
|
14 years ago |
Mike Krüger
|
b5c90d631c
|
Added unit test for "Finalizer" method not shown.
|
14 years ago |
Mike Krüger
|
b09fd7ff58
|
Find references tries now to detect delegate usages of methods.
TODO: Overload resolution.
|
14 years ago |
Daniel Grunwald
|
bf12c0083e
|
Add protected virtual Clone() method to CSharpProjectContent.
|
14 years ago |
Daniel Grunwald
|
453aac367f
|
Ensure that IMember.InterfaceImplementations does not contain nulls if there were resolve errors.
|
14 years ago |
Mike Krüger
|
1c46d7d4c5
|
Added unit test for category sorting.
|
14 years ago |
Mike Krüger
|
01233b42bc
|
Fixed comparison of completion categories.
|
14 years ago |
Mike Krüger
|
3a62505f70
|
Added location bounds check.
|
14 years ago |
Mike Krüger
|
7befa599aa
|
Fixed for context completion.
|
14 years ago |
Mike Krüger
|
25faa21c01
|
Removed some debug messages / fixed possible null ref.
|
14 years ago |
Mike Krüger
|
eb5f2577eb
|
Fixed constructor this/base unit test.
|
14 years ago |
Mike Krüger
|
d5ead16000
|
Fixed unit tests with leading dots & integer at eol.
|
14 years ago |
Mike Krüger
|
4917151657
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
3b95e5a2e3
|
Fixed IsExplicitInterfaceImplementation.
Implemented IMember.InterfaceImplementations for explicitly implemented members.
|
14 years ago |
Mike Krüger
|
5d81799cab
|
Fixed some tests broken by the mcs update.
|
14 years ago |
Mike Krüger
|
a8cd94e9e6
|
Updated mcs.
|
14 years ago |
Mike Krüger
|
2d49624c9b
|
Ignored failing tests.
|
14 years ago |
Daniel Grunwald
|
54168d5c0f
|
Add nuspec.
Changed project settings to produce xml-doc and debug symbols in release configuration.
|
14 years ago |
Daniel Grunwald
|
0fd4f5b297
|
Rename unresolved InterfaceImplementations to ExplicitInterfaceImplementations.
|
14 years ago |
Daniel Grunwald
|
06f96bf068
|
Remove IAccessor and use IMethod instead.
|
14 years ago |
Daniel Grunwald
|
3c6cbeeae7
|
Add IMember.UnresolvedMember property.
|
14 years ago |
Mike Krüger
|
7dda083aa5
|
Added name context test suite.
|
14 years ago |
Mike Krüger
|
5377104c8a
|
Added named argument context.
|
14 years ago |
Mike Krüger
|
850776fabc
|
Fixed completion test case.
|
14 years ago |
Mike Krüger
|
b5da9b1ce3
|
Fixed some unit tests.
|
14 years ago |
Mike Krüger
|
f8eed16fb9
|
Worked on completion engine API.
|
14 years ago |
Mike Krüger
|
e6877e9856
|
Fixed completion unit test.
|
14 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
|
812c1dc696
|
Added LINQ where test.
|
14 years ago |
Mike Krüger
|
e9903adbf9
|
Revert "Updated mcs."
This reverts commit 19c344c55c .
|
14 years ago |
Mike Krüger
|
19c344c55c
|
Updated mcs.
|
14 years ago |
Daniel Grunwald
|
bfafe8b117
|
Fixed handling of constants in OverloadResolution.GetArgumentsWithConversions().
This fixes IAttribute.PositionalArguments when implicit numeric conversions are involved.
|
14 years ago |
Daniel Grunwald
|
44b1c40e70
|
Remove some dead code.
|
14 years ago |
Daniel Grunwald
|
9af3c040f2
|
Fixed resolving compound assignment operators.
|
14 years ago |
Mike Krüger
|
5218417fa8
|
Improved completion of enums.
|
14 years ago |
mike
|
0ff96eaa4c
|
Fixed IndentBlocks bug.
|
14 years ago |
mike
|
f68f9907c8
|
Fixed indent break statement formatting.
|
14 years ago |
mike
|
0a71c80a06
|
Fixed some more array initializer context bugs.
|
14 years ago |
mike
|
0017621fc2
|
Fixed array initializer completion case.
|
14 years ago |
mike
|
ef04ca0d70
|
Added flag for new completion.
|
14 years ago |
mike
|
0ba844ea4a
|
Fixed type parameter completion bug.
|
14 years ago |