Tom Hvitved
|
888a1b38aa
|
C#: Handle Nullable<T> default parameter values in assemblies
|
2021-10-15 14:23:18 +02:00 |
|
Tom Hvitved
|
5d048a9518
|
C#: Drop redundant columns from files and folders relations
|
2021-09-13 09:49:09 +02:00 |
|
Tom Hvitved
|
125d435d62
|
C#: Address review comments
|
2021-06-29 10:50:45 +02:00 |
|
Tom Hvitved
|
4f8a103df2
|
C#: Add active preprocessor conditions as suffix in all TRAP .push instructions
|
2021-06-28 10:34:42 +02:00 |
|
Tamas Vajk
|
4eee6ef1d9
|
Handle system.object missing base type
|
2021-06-23 09:26:54 +02:00 |
|
Tamas Vajk
|
66835651fe
|
C#: Allow abstract modifier on interface members
|
2021-06-16 09:56:36 +02:00 |
|
Tamás Vajk
|
3f33f2de13
|
Merge pull request #5980 from tamasvajk/fix/extension-method-as-target
C#: Extract correct method symbol as target of extension method calls
|
2021-06-07 15:57:24 +02:00 |
|
Tamas Vajk
|
33daa2c41d
|
Fix container type extraction of tuple members
|
2021-06-04 14:33:12 +02:00 |
|
Tamas Vajk
|
f98781db63
|
Fix non-constructed generic extension method extraction
|
2021-06-04 13:34:19 +02:00 |
|
Tamas Vajk
|
127d66ccd1
|
Remove unneeded ReducedExtension method handling
|
2021-06-04 13:34:19 +02:00 |
|
Tamas Vajk
|
e05e2365ea
|
C#: Extract correct method symbol as target of extension method calls
|
2021-06-04 13:34:19 +02:00 |
|
Tom Hvitved
|
3d60c146ad
|
C#: Base IDs for constructed methods on their unconstructed counterparts
|
2021-06-03 11:11:32 +02:00 |
|
Tamas Vajk
|
717070c7e4
|
Fix/cleanup passed and default arguments values
|
2021-05-11 13:11:35 +02:00 |
|
Tamas Vajk
|
dd86da3f24
|
C#: Remove base class from type IDs in trap files
|
2021-05-10 17:06:10 +02:00 |
|
Tamas Vajk
|
31ac6442e8
|
C#: Fix default parameter value generation in case of error symbols
|
2021-05-10 17:03:08 +02:00 |
|
Tom Hvitved
|
fab8400ecd
|
C#: Escape IDs in TRAP label definitions
|
2021-05-06 19:12:13 +02:00 |
|
Tom Hvitved
|
ee62522c51
|
C#: Extract implicit constructor initializer calls
|
2021-04-29 14:05:42 +02:00 |
|
Tamas Vajk
|
a0f5e45ae9
|
C#: Fix special case of default argument value extraction
|
2021-04-21 16:34:29 +02:00 |
|
Tamas Vajk
|
a790eb8110
|
Fix for unconstrained generic types
|
2021-04-08 12:20:01 +02:00 |
|
Tamas Vajk
|
551a7ce9e5
|
Fix expression value of struct default argument values
|
2021-04-08 12:14:53 +02:00 |
|
Tamas Vajk
|
c069c3384e
|
Fix tests
|
2021-04-08 12:07:36 +02:00 |
|
Tamas Vajk
|
cb9a9db356
|
C# Improve default argument value extraction
|
2021-04-08 12:07:22 +02:00 |
|
Tamas Vajk
|
20f0b3329a
|
C#: Fix code quality issues reported by code scanning
|
2021-03-19 09:18:57 +01:00 |
|
Tamás Vajk
|
24140195d6
|
Merge pull request #5242 from tamasvajk/feature/tuple-df
C#: Add tuple dataflow
|
2021-03-16 11:45:11 +01:00 |
|
Tamas Vajk
|
4709442ef3
|
Extract tuple types from patterns and variable declarations
|
2021-03-09 09:14:23 +01:00 |
|
Tamas Vajk
|
1d70bfd011
|
Extract non-named tuple types
|
2021-03-09 09:06:35 +01:00 |
|
Tom Hvitved
|
63686b5c4e
|
C#: Use is [not] null throughout in the extractor
|
2021-03-05 16:28:12 +01:00 |
|
Tamas Vajk
|
c6b47647e1
|
Move the nullable disable warning region to the Type instead of the base CachedSymbol entity
|
2021-03-05 13:14:07 +01:00 |
|
Tamas Vajk
|
df9d54c994
|
Fix code review findings
|
2021-03-05 13:00:04 +01:00 |
|
Tamas Vajk
|
bd2b3e72f8
|
C#: Use covariant return for context overrides
|
2021-03-03 14:35:07 +01:00 |
|
Tamas Vajk
|
cfd8a87496
|
C#: Fix nullability warnings after .net 5 upgrade
|
2021-03-03 14:25:59 +01:00 |
|
Tamas Vajk
|
15e26e1a91
|
C#: Reduce disabled nullability regions by splitting 'Extractor' and 'Analyser'
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
2697677239
|
Merge Extractor.Standalone and OutputPath
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
10ab17a7e0
|
C#: Enable nullability in csharp extraction project v1
|
2021-03-03 14:18:19 +01:00 |
|
Tamas Vajk
|
b3d6d0c12b
|
Fix method name resolution issue with nullable suppression
|
2021-02-26 09:48:37 +01:00 |
|
Tamas Vajk
|
841ef9a4ae
|
Make derived 'Context' classes internal and adjust visibility of members in base 'Context'
|
2021-02-24 16:21:19 +01:00 |
|
Tamas Vajk
|
5fca946678
|
C#: Split 'Context' class between CIL and source extraction
|
2021-02-24 16:21:19 +01:00 |
|
Tamas Vajk
|
380058a4bd
|
C#: Fix merge conflict (with + refactoring)
|
2021-02-24 10:50:51 +01:00 |
|
Tamás Vajk
|
e6532cbd75
|
Merge pull request #4695 from tamasvajk/feature/csharp9-with-expr
C#: Extract 'with' expressions
|
2021-02-23 21:04:51 +01:00 |
|
Tamas Vajk
|
199e937e9e
|
C#: Rename CachedEntity.symbol to Symbol
|
2021-02-16 09:13:12 +01:00 |
|
Tamas Vajk
|
67289a498f
|
Share entity base classes between CIL and source extraction
|
2021-02-16 09:10:24 +01:00 |
|
Tamas Vajk
|
4967664d09
|
Rework global statement extraction without DB scheme change
|
2021-02-15 17:47:33 +01:00 |
|
Tamas Vajk
|
a14db7a04f
|
Fix code review findings
|
2021-02-15 17:47:33 +01:00 |
|
Tamas Vajk
|
423fee3069
|
Fix argument location of top level statement entry point
|
2021-02-15 17:47:32 +01:00 |
|
Tamas Vajk
|
b79d5ab44b
|
Fix labeled stmt factory method parameter types
|
2021-02-15 17:44:44 +01:00 |
|
Tamas Vajk
|
6a4b54ec89
|
C#: Extract global statements
|
2021-02-15 17:44:44 +01:00 |
|
Tamas Vajk
|
2de7fbe062
|
Fix build after rebase
|
2021-02-15 10:18:12 +01:00 |
|
Tamas Vajk
|
6cc858b9ef
|
Move AstLineCounter to top level class
|
2021-02-15 10:17:08 +01:00 |
|
Tamas Vajk
|
4f693be33b
|
Move location creation to instance method on context
|
2021-02-15 10:17:08 +01:00 |
|
Tamas Vajk
|
6f07230725
|
Relocate 'AstLineCounter'
|
2021-02-15 10:17:07 +01:00 |
|