Tom Hvitved
|
e14259126e
|
Merge pull request #658 from calumgrant/cs/extractor/for-is
C#: Fix extraction bug for variable declarations in for condition
|
2018-12-17 16:16:00 +01:00 |
|
calumgrant
|
f50d0e373a
|
Merge pull request #642 from hvitved/csharp/extractor/nullness-refactorings
C#: nullness related extractor refactorings
|
2018-12-17 14:16:51 +00:00 |
|
Tom Hvitved
|
5f269b2d87
|
Merge branch 'master' into cs/extractor/for-is
|
2018-12-17 11:14:50 +01:00 |
|
Tom Hvitved
|
654f2ae290
|
C#: Address review comment
|
2018-12-14 10:38:34 +00:00 |
|
calum
|
9fba643fb0
|
C#: Address review comments.
|
2018-12-13 13:53:58 +00:00 |
|
calum
|
2bbd55519b
|
C#: Add tests for C# 7.3 features.
|
2018-12-12 16:44:55 +00:00 |
|
calum
|
1df1b0c28e
|
C#: Refactor ArrayCreations to allow stackalloc arrays to have initializers (C# 7.3).
|
2018-12-12 11:05:34 +00:00 |
|
Tom Hvitved
|
e80837681f
|
C#: Refactor LINQ logic
Factor `ClauseCall` out into three classes to make it clear when the fields
`operand` and `declaration` can be `null`.
|
2018-12-11 16:04:25 +01:00 |
|
calum
|
8d072863df
|
C#: Reorder for statements to ensure variables declared in the condition are declared before they are used.
|
2018-12-11 10:31:45 +00:00 |
|
Tom Hvitved
|
6411d1c7dd
|
C#: Refactor operator call logic
Refactored to make it clear when `@operator.Symbol as IMethodSymbol` can be `null`.
|
2018-12-07 15:47:20 +01:00 |
|
calum
|
de36151c4a
|
C#: Add regression test and fix for type mentions of type parameter constraints.
|
2018-11-26 13:51:02 +00:00 |
|
calum
|
090e896ff5
|
C#: Change Property TagStackBehaviour to push a tag, to give the expression body a tag stack.
|
2018-11-15 18:28:17 +00:00 |
|
calum
|
bb49fe170b
|
C# extractor: Handle the type name of dynamic.
|
2018-11-15 18:27:53 +00:00 |
|
calum
|
a5d50fc1db
|
C#: Handle in arguments, and add AssignableAccess::isInArgument() predicate.
|
2018-11-13 10:58:43 +00:00 |
|
calum
|
5c0b9867f8
|
C#: Fix violations for cs/local-shadows-member
|
2018-10-24 17:36:51 +01:00 |
|
calum
|
103d140e71
|
C#: Migrate extractor to this repository.
|
2018-10-10 14:40:52 +01:00 |
|