File tree
8 files changed
+74
-51
lines changed- vdc
- abothe
- comserver
- parser
- visuald
8 files changed
+74
-51
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + |
- DParser2/Completion/CodeCompletion.cs+2-2
- DParser2/Completion/ICompletionDataGenerator.cs+2
- DParser2/Completion/ParameterInsightResolution.cs+3
- DParser2/DParser2.csproj.orig-145
- DParser2/Dom/DDeclarations.cs+2-11
- DParser2/Dom/Statements/InstructionStatement.cs+34
- DParser2/Parser/IncrementalParsing.cs+177-153
- DParser2/Parser/Parser_Impl.cs+1-1
- DParser2/Refactoring/TypeReferenceFinder.cs+12-10
- DParser2/Resolver/DType.cs+3-6
- DParser2/Resolver/ExpressionSemantics/Evaluation.UnaryExpressions.cs+10
- DParser2/Resolver/ResultComparer.cs+3
- DParser2/Resolver/Templates/TemplateTypeParameterDeduction.cs+20-17
- DParser2/Resolver/TypeResolution/TypeDeclarationResolver.cs+25-50
- ExaustiveCompletionTester/FileProcessingData.cs+5-1
- ExaustiveCompletionTester/SpecializedDataGen.cs+1
- Tests/CompletionTests.cs+23-1
- Tests/EvaluationTests.cs+17
- Tests/ReferenceFinding.cs+9-5
- Tests/ResolutionTests.cs+123-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
| 178 | + | |
| 179 | + | |
178 | 180 |
| |
179 | 181 |
| |
180 | 182 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1370 | 1370 |
| |
1371 | 1371 |
| |
1372 | 1372 |
| |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
| 1377 | + | |
| 1378 | + | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
| 1383 | + | |
| 1384 | + | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
| 1401 | + | |
| 1402 | + | |
| 1403 | + | |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
641 |
| - | |
642 |
| - | |
643 |
| - | |
644 |
| - | |
645 |
| - | |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
650 |
| - | |
651 |
| - | |
652 |
| - | |
653 |
| - | |
654 |
| - | |
655 |
| - | |
656 |
| - | |
657 |
| - | |
658 |
| - | |
659 |
| - | |
660 |
| - | |
661 |
| - | |
662 |
| - | |
663 |
| - | |
664 |
| - | |
665 | 641 |
| |
666 | 642 |
| |
667 | 643 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
238 |
| - | |
239 |
| - | |
240 |
| - | |
241 |
| - | |
242 |
| - | |
243 |
| - | |
244 |
| - | |
245 |
| - | |
246 |
| - | |
247 |
| - | |
248 |
| - | |
249 |
| - | |
250 | 238 |
| |
251 | 239 |
| |
252 | 240 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
433 |
| - | |
| 433 | + | |
| 434 | + | |
434 | 435 |
| |
435 |
| - | |
436 |
| - | |
437 |
| - | |
438 |
| - | |
439 |
| - | |
440 |
| - | |
441 |
| - | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
442 | 444 |
| |
443 |
| - | |
444 |
| - | |
445 |
| - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
446 | 467 |
| |
447 | 468 |
| |
448 | 469 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
45 |
| - | |
46 | 44 |
| |
47 | 45 |
| |
48 | 46 |
| |
|
0 commit comments