Daniel Grunwald
|
ee5d87a0f8
|
Add year to license headers.
|
13 years ago |
Daniel Grunwald
|
056a45df44
|
Fix a bug with type inference for nullables.
Simplify away the unnecessary portion of Mike's fix in df57e1d , and add an additional test for it.
|
13 years ago |
Daniel Grunwald
|
a993df9090
|
Use simpler IAstVisitor for InsertParenthesesVisitor and TypeSystemConvertVisitor.
|
14 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
14 years ago |
Daniel Grunwald
|
f86a014b9c
|
Put MIT license into the file headers.
|
14 years ago |
Daniel Grunwald
|
7a9bb563ab
|
InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]"
|
14 years ago |
Daniel Grunwald
|
43e33f88c0
|
Fixed InsertParenthesesVisitor for casts of negative primitive expressions.
|
15 years ago |
Daniel Grunwald
|
2200240ef6
|
InsertParenthesesVisitor: don't insert parentheses for "a && b && c"
|
15 years ago |
Daniel Grunwald
|
7ba4e0be83
|
Add parenthesis around query expressions within type tests "(from a in b select c) is D"
|
15 years ago |
Daniel Grunwald
|
73129820f8
|
Bugfixes for InsertParenthesesVisitor and OutputVisitor.
|
15 years ago |
Daniel Grunwald
|
880d23b163
|
Bug fixes in OutputVisitor.
|
15 years ago |
Daniel Grunwald
|
a20e80a09c
|
Add tests for InsertParenthesesVisitor.
|
15 years ago |
Daniel Grunwald
|
a24999d720
|
Add InsertParenthesesVisitor
|
15 years ago |