Geoffrey White
|
9a4410d4b7
|
Swift: Additional test cases for array conversions.
|
2023-08-16 11:53:05 +01:00 |
|
Geoffrey White
|
269f0c6cb1
|
Swift: Flow through varargs.
|
2023-08-16 08:43:28 +01:00 |
|
Geoffrey White
|
3fe8655b6e
|
Swift: Test data flow through varargs.
|
2023-08-16 08:34:32 +01:00 |
|
Robert Marsh
|
79368c187c
|
Swift: fixes around DictionaryContent
|
2023-08-15 19:34:27 +00:00 |
|
Robert Marsh
|
a9f5471e76
|
Swift: add tests for broken dictionary flow case
|
2023-08-15 17:58:21 +00:00 |
|
Mathias Vorreiter Pedersen
|
fec9626fe7
|
Merge pull request #13836 from github/alexdenisov/unresolved-dot-exprs
Swift: 'ParsedSequence' lacks proper types and yields 'Unresolved' AST nodes
|
2023-08-15 09:14:39 +01:00 |
|
Robert Marsh
|
d3c68c773a
|
Swift: Add Dictionary models
|
2023-08-10 20:53:16 +00:00 |
|
Robert Marsh
|
70c2ef599a
|
Swift: collection/tuple content for dictionary flow
|
2023-08-10 20:52:47 +00:00 |
|
Geoffrey White
|
4f5d7e1b6f
|
Swift: Accept test changes.
|
2023-08-10 19:49:27 +01:00 |
|
Geoffrey White
|
936b1ced4d
|
Swift: Add one last test case (and address a .expected change elsewhere).
|
2023-08-10 19:39:39 +01:00 |
|
Robert Marsh
|
36bdadfc36
|
Merge pull request #13933 from geoffw0/madtuples
Swift: Models-as-data support for tuple content
|
2023-08-10 14:17:45 -04:00 |
|
Geoffrey White
|
376479325d
|
Swift: Model LosslessStringConvertible.
|
2023-08-10 09:27:05 +01:00 |
|
Geoffrey White
|
effe3762b8
|
Swift: More robust OptionalSomePattern flow.
|
2023-08-10 08:49:46 +01:00 |
|
Geoffrey White
|
aa2e79b6da
|
Swift: Model numeric conversions.
|
2023-08-10 00:19:50 +01:00 |
|
Geoffrey White
|
e86ccf8498
|
Swift: Test flow through various conversions.
|
2023-08-09 23:05:45 +01:00 |
|
Geoffrey White
|
c20a17e7b7
|
Swift: Update the consistency test .expecteted as well.
|
2023-08-09 15:47:28 +01:00 |
|
Geoffrey White
|
23f0dd5542
|
Swift: Support MAD tuple content flow.
|
2023-08-09 15:08:11 +01:00 |
|
Geoffrey White
|
b4b2338144
|
Swift: Test for MAD tuple content flow.
|
2023-08-09 14:41:32 +01:00 |
|
Geoffrey White
|
09346c76e7
|
Swift: Add models.
|
2023-08-09 09:25:43 +01:00 |
|
Geoffrey White
|
cb6aed18f3
|
Swift: Add tests.
|
2023-08-08 22:29:53 +01:00 |
|
Geoffrey White
|
2b0fcab182
|
Swift: Update test annotations following merge.
|
2023-08-08 16:06:52 +01:00 |
|
Geoffrey White
|
e9f0b535ea
|
Merge branch 'main' into forceunwrap
|
2023-08-08 16:03:31 +01:00 |
|
Alex Denisov
|
cebaca328e
|
Swift: 'ParsedSequence' lacks proper types and yields 'Unresolved' AST nodes
|
2023-08-08 14:41:15 +02:00 |
|
Geoffrey White
|
c95432457d
|
Swift: Correct a test case (but preserve the original as well since it's interesting).
|
2023-08-08 10:41:21 +01:00 |
|
Geoffrey White
|
6ccf47ece9
|
Swift: Accept test changes resulting from merge.
|
2023-08-08 10:28:29 +01:00 |
|
Geoffrey White
|
063ab1c13f
|
Merge branch 'main' into closuremodels
|
2023-08-08 09:40:27 +01:00 |
|
Robert Marsh
|
07650af357
|
Swift: accept test for CollectionContent rename
|
2023-08-07 15:04:21 +00:00 |
|
Geoffrey White
|
ab3f3d03c5
|
Swift: Model taint into optionals via ForceValueExpr.
|
2023-08-07 13:11:29 +01:00 |
|
Geoffrey White
|
c7fb8de5f9
|
Swift: Test ForceValueExpr content reads.
|
2023-08-04 21:15:15 +01:00 |
|
Robert Marsh
|
0142309cab
|
Swift: add summary read steps in dataflow
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
de0ec3e3f7
|
Swift: WIP SetContent for dataflow
|
2023-08-04 18:44:42 +00:00 |
|
Geoffrey White
|
d24db3fcd3
|
Swift: Use .ArrayElement in the models, where appropriate.
|
2023-08-04 09:18:37 +01:00 |
|
Geoffrey White
|
b41d47b910
|
Swift: Array.withUnsafeBytes doesn't reliably match ContiguousBytes, so define models there as well.
|
2023-08-04 09:18:36 +01:00 |
|
Geoffrey White
|
c48d47484a
|
Swift: Fix mistake in the string taint test.
|
2023-08-04 09:18:36 +01:00 |
|
Geoffrey White
|
664dc01c48
|
Swift: Add closure function models.
|
2023-08-04 09:18:36 +01:00 |
|
Geoffrey White
|
49d1556c29
|
Swift: Model update(repeating:), to support the tests.
|
2023-08-04 09:18:36 +01:00 |
|
Geoffrey White
|
feadd7127b
|
Swift: Add tests with some different container types.
|
2023-08-04 09:18:35 +01:00 |
|
Geoffrey White
|
63c71f0b77
|
Swift: Add tests of with* closure methods.
|
2023-08-04 09:18:34 +01:00 |
|
Mathias Vorreiter Pedersen
|
89aa86a1d6
|
Merge pull request #13741 from rdmarsh2/rdmarsh2/swift/array-content-flow
Swift: add DataFlow::Content for arrays
|
2023-08-02 17:37:40 +02:00 |
|
Geoffrey White
|
1c64fb16f1
|
Merge pull request #13756 from geoffw0/sources2
Swift: CustomUrlSchemes test enhancements and minor model improvement
|
2023-07-31 12:53:03 +01:00 |
|
Geoffrey White
|
12f2539d1d
|
Swift: Use flowTo.
|
2023-07-31 10:03:25 +01:00 |
|
Robert Marsh
|
7ed520ab54
|
Swift: update test expectations after hiding InOutExpr
|
2023-07-28 14:29:24 +00:00 |
|
Robert Marsh
|
c36ce785d8
|
Merge branch 'main' into rdmarsh2/swift/array-content-flow
|
2023-07-27 19:18:03 +00:00 |
|
Geoffrey White
|
3eb1bac9df
|
Swift: Update consistency test failure (line numbers).
|
2023-07-27 16:11:59 +01:00 |
|
Geoffrey White
|
44d785fabf
|
Swift: Make QL-for-QL happy.
|
2023-07-27 15:37:13 +01:00 |
|
Robert Marsh
|
bf5ba37348
|
Swift: Hide InOutExpr
|
2023-07-26 18:42:27 +00:00 |
|
Robert Marsh
|
358737452e
|
Swift: reverse flow steps through InOutExpr
|
2023-07-25 20:34:36 +00:00 |
|
Geoffrey White
|
5188095529
|
Swift: Use enum content in withContiguousStorageIfAvailable model.
|
2023-07-25 14:33:20 +01:00 |
|
Geoffrey White
|
aedd073dad
|
Merge pull request #12416 from geoffw0/contig
Swift: Model Sequence.withContiguousStorageIfAvailable
|
2023-07-25 14:05:07 +01:00 |
|
Geoffrey White
|
374c157afe
|
Swift: Update the taint aspect of the flowsources test to use sinks like the regular taint test.
|
2023-07-24 19:17:51 +01:00 |
|