Michael Nebel
|
49a87e152a
|
C#: Add unsigned right shift operator test case.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
d92b226041
|
C#: Add test example for unsigned right shift assignment in intermediate representation.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
f74c7c28ae
|
C#: Auto format test file and update expected test output.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
0f032c5be9
|
C#: Sign analysis testcase for unsigned right shift.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
d06a877709
|
C#: Introduce test cases and expected result for unsigned right shift.
|
2023-01-12 19:06:28 +01:00 |
|
Michael Nebel
|
36980bbf42
|
C#: Rename shift expression classes.
|
2023-01-12 19:06:27 +01:00 |
|
Michael Nebel
|
a9f1c95513
|
C#: Rename shift assignment expression classes.
|
2023-01-12 19:06:27 +01:00 |
|
Michael Nebel
|
787b4743ee
|
C#/Java: Rename the directories containing the model generator and tests.
|
2023-01-11 13:13:33 +01:00 |
|
Michael Nebel
|
178fd0e9e1
|
C#/Java: Remove all dashes in mode-generator.
|
2023-01-11 13:13:33 +01:00 |
|
Rasmus Lerchedahl Petersen
|
c3b3c05cf3
|
Revert "Merge pull request #37 from erik-krogh/shared/inline-tests"
This reverts commit 65fe9abcfe, reversing
changes made to 08e9d3391f.
|
2023-01-05 09:19:43 +01:00 |
|
erik-krogh
|
b3dd50bc36
|
inline Location into the shared implementation of InlineExpectationsTest
|
2022-12-22 11:09:43 +01:00 |
|
Rasmus Lerchedahl Petersen
|
a9b232bff4
|
csharp: use shared inline tests
- remove from identical-files
|
2022-12-22 10:20:06 +01:00 |
|
Arthur Baars
|
0f313231bc
|
AlertSuppression: add more tests
|
2022-12-19 16:43:11 +01:00 |
|
Arthur Baars
|
c176606be5
|
AlertSuppression: allow //lgtm comments to scope over the next line
|
2022-12-19 16:10:26 +01:00 |
|
Arthur Baars
|
016c7a8ca7
|
Merge pull request #11719 from aibaars/alert-suppression-shared
Shared AlertSuppression library
|
2022-12-19 16:04:44 +01:00 |
|
Arthur Baars
|
06736e3e91
|
Add .gitattributes for Windows test files
|
2022-12-19 12:39:01 +01:00 |
|
Michael Nebel
|
b2856c1f5a
|
Merge pull request #11705 from michaelnebel/dataextensiontests
C#/Java: Migrate tests to use implicitly loaded extensions.
|
2022-12-16 10:50:07 +01:00 |
|
Michael Nebel
|
88c8eceb4d
|
C#: Add list pattern test and expected results.
|
2022-12-15 14:50:21 +01:00 |
|
Michael Nebel
|
e6b4055a5f
|
C#: Add list pattern sample file.
|
2022-12-15 14:50:21 +01:00 |
|
Michael Nebel
|
100f64c09a
|
C#: Migrate tests to use the implicitly loaded .ext.yml data extensions.
|
2022-12-15 13:11:09 +01:00 |
|
Michael Nebel
|
9fc1b3ac82
|
C#: Rename predicates in tests.
|
2022-12-14 13:43:34 +01:00 |
|
Jami Cogswell
|
22f8d97f31
|
C#: add test case
|
2022-12-12 13:28:01 -05:00 |
|
erik-krogh
|
873d3553cd
|
Merge branch 'main' into static-useInstanceOf
|
2022-12-12 15:36:54 +01:00 |
|
erik-krogh
|
8262fbbfb5
|
Java/C#/GO: Use instanceof in more places
|
2022-12-11 18:32:19 +01:00 |
|
Michael Nebel
|
1d103f57a0
|
C#/Java: Rename CaptureNegativeSummaryModels test to CaptureNeutralModels.
|
2022-12-09 15:04:43 +01:00 |
|
Michael Nebel
|
ad90e58120
|
C#: Rename Negative Summary Model to Neutral Model.
|
2022-12-09 15:04:42 +01:00 |
|
Michael Nebel
|
670ae6c84c
|
Merge pull request #11593 from michaelnebel/csharp/patternmatchspan
C#: Pattern match Span<char> and ReadOnlySpan<char> against a constant string.
|
2022-12-08 13:53:00 +01:00 |
|
Michael Nebel
|
468b05ccda
|
C#: Expressions of type Span<char> and ReadOnlySpan<char> can be matched against constant strings.
|
2022-12-07 14:31:51 +01:00 |
|
Michael Nebel
|
2d9975d73f
|
C#: nint/System.IntPtr and nuint/System.UIntPtr are indistinguishable by the extractor.
|
2022-12-07 13:45:23 +01:00 |
|
Michael Nebel
|
27efb0d843
|
C#: Rename -> for .
|
2022-12-06 13:53:50 +01:00 |
|
Michael Nebel
|
29ccac8e93
|
C#: Address review comments.
|
2022-12-06 12:05:48 +01:00 |
|
Michael Nebel
|
6b35098fb7
|
C#: Replace more uses of getQualifiedName/0.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
0a3295ef3f
|
C#: Address review comments.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
38e906f854
|
C#: Use hasQualifiedName instead of getQualifiedName.
|
2022-12-06 11:59:13 +01:00 |
|
Michael Nebel
|
c24302bec2
|
C#: Replace all uses of the deprecated hasQualifiedName/1 predicate.
|
2022-12-06 11:59:12 +01:00 |
|
Jami Cogswell
|
b789534b6c
|
add csharp tests
|
2022-12-01 15:11:16 -05:00 |
|
Tom Hvitved
|
5bcb9b285a
|
Merge pull request #11142 from JarLob/const
C#: Extend `Constant Condition` query with `String.IsNullOrEmpty`.
|
2022-11-29 14:32:48 +01:00 |
|
Tom Hvitved
|
bc6a41c1e6
|
Merge pull request #10927 from hvitved/csharp/phi-reads-in-data-flow-graph
C#: Include "phi reads" in `DataFlow::Node`
|
2022-11-23 13:34:18 +01:00 |
|
erik-krogh
|
64707f4f7b
|
remove redundant assignments
|
2022-11-21 17:45:05 +01:00 |
|
Tom Hvitved
|
8c9431d278
|
CFG: Workaround in test output for source/sink pairs with multiple edges
|
2022-11-21 11:58:59 +01:00 |
|
Tom Hvitved
|
9f13cdadcb
|
C#: Add use-use stress test
|
2022-11-17 13:42:56 +01:00 |
|
Tom Hvitved
|
baaafadeb0
|
Merge pull request #11266 from hvitved/csharp/update-nuget-packages
C#: Update all nuget packages
|
2022-11-16 19:53:45 +01:00 |
|
Tom Hvitved
|
7cab6b5491
|
C#: Include SSA "phi reads" in DataFlow::Node
|
2022-11-16 15:31:01 +01:00 |
|
Tom Hvitved
|
67b6a82cf1
|
Merge pull request #11198 from hvitved/ssa/expose-phi-reads
SSA: Expose phi-read nodes
|
2022-11-16 15:11:58 +01:00 |
|
Erik Krogh Kristensen
|
f7b5a4d170
|
Merge pull request #11203 from erik-krogh/shouldBePath
C#: update cs/assembly-path-injection cs/hardcoded-key to path-problems
|
2022-11-15 16:24:05 +01:00 |
|
Tom Hvitved
|
bd78e73131
|
C#: Add tests for phi reads
|
2022-11-15 11:45:32 +01:00 |
|
Tom Hvitved
|
dc2cd994d4
|
C#: Update expected test output
|
2022-11-15 11:22:48 +01:00 |
|
Michael Nebel
|
ef50e57317
|
Merge pull request #11083 from michaelnebel/csharp/telemetry
C#: Telemetry query updates.
|
2022-11-11 10:57:54 +01:00 |
|
erik-krogh
|
887062d339
|
update cs/assembly-path-injection and cs/hardcoded-key to path-problems
|
2022-11-11 10:55:36 +01:00 |
|
Michael Nebel
|
9c6875ec0f
|
Merge pull request #10777 from michaelnebel/csharp/generatedataextensions
C#: Generate data extension files
|
2022-11-10 13:08:31 +01:00 |
|