Robert Marsh
|
3d20897725
|
Merge pull request #13910 from rdmarsh2/rdmarsh2/swift/for-await-cfg
Swift: CFG test for for-try-await
|
2023-08-15 11:16:07 -04: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 |
|
Geoffrey White
|
b6dc2acc71
|
Merge branch 'main' into typegetname
|
2023-08-14 10:46:14 +01:00 |
|
Robert Marsh
|
7053c62c41
|
Swift: update and sync tests
|
2023-08-11 18:52:37 +00:00 |
|
Henry Mercer
|
1213eba630
|
Merge branch 'main' into post-release-prep/codeql-cli-2.14.2
|
2023-08-11 13:54:55 +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 |
|
github-actions[bot]
|
432c21d4fb
|
Post-release preparation for codeql-cli-2.14.2
|
2023-08-09 18:45:18 +00: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
|
131b2b3e0c
|
Swift: Change note.
|
2023-08-09 09:25:43 +01:00 |
|
Geoffrey White
|
09346c76e7
|
Swift: Add models.
|
2023-08-09 09:25:43 +01:00 |
|
AlexDenisov
|
fa729faa0a
|
Revert "Swift: Route compiler diagnostics through our log."
|
2023-08-09 10:02:59 +02: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 |
|
AlexDenisov
|
75dad4764f
|
Revert "Swift: Route compiler diagnostics through our log."
|
2023-08-08 11:25:13 +02:00 |
|
Geoffrey White
|
022a06659c
|
Merge pull request #13838 from rdmarsh2/rdmarsh2/swift/set-content
Swift: add SetContent for data flow
|
2023-08-07 19:15:30 +01:00 |
|
github-actions[bot]
|
79c90fa36a
|
Release preparation for version 2.14.2
|
2023-08-07 18:08:52 +00:00 |
|
Robert Marsh
|
65fbcc570c
|
Swift: CFG test for for-try-await
|
2023-08-07 17:44:57 +00:00 |
|
Robert Marsh
|
07650af357
|
Swift: accept test for CollectionContent rename
|
2023-08-07 15:04:21 +00:00 |
|
Robert Marsh
|
146c50049c
|
Finish CollectionContent rename
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
|
2023-08-07 10:26:40 -04:00 |
|
Geoffrey White
|
dc98dec5b6
|
Swift: Change note.
|
2023-08-07 13:16:00 +01:00 |
|
Geoffrey White
|
ab3f3d03c5
|
Swift: Model taint into optionals via ForceValueExpr.
|
2023-08-07 13:11:29 +01:00 |
|
Tom Hvitved
|
34864e1077
|
Swift: Adjust to data flow refactor
|
2023-08-07 11:35:23 +02:00 |
|
Robert Marsh
|
3ebbb80a9e
|
Swift: Change note for CollectionContent
|
2023-08-04 20:19:35 +00:00 |
|
Robert Marsh
|
10bbf441dc
|
Swift: QLDoc for Set.qll
|
2023-08-04 20:17:56 +00:00 |
|
Robert Marsh
|
ccc3094267
|
Swift: autoformat
|
2023-08-04 20:17:08 +00:00 |
|
Geoffrey White
|
c7fb8de5f9
|
Swift: Test ForceValueExpr content reads.
|
2023-08-04 21:15:15 +01:00 |
|
Robert Marsh
|
6f38769a9b
|
Swift: rename SetContent to CollectionContent
|
2023-08-04 18:46:43 +00:00 |
|
Robert Marsh
|
024c5cfe2f
|
Swift: add MaD print support for EnumElement
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
0142309cab
|
Swift: add summary read steps in dataflow
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
b301092e34
|
Swift: model updates for Set
|
2023-08-04 18:44:42 +00:00 |
|
Robert Marsh
|
de0ec3e3f7
|
Swift: WIP SetContent for dataflow
|
2023-08-04 18:44:42 +00:00 |
|
Alexandre Boulgakov
|
761db70d8d
|
Revert "Swift: Pragmatic fix for CustomUrlSchemes.qll."
|
2023-08-04 18:03:00 +01:00 |
|
Mathias Vorreiter Pedersen
|
abe3a816ce
|
Merge pull request #13851 from MathiasVP/sink-without-states
DataFlow: Support stateless `isSink` in `StateConfigSig`s
|
2023-08-04 18:01:42 +02:00 |
|
Alexandre Boulgakov
|
97c688849d
|
Merge pull request #13869 from github/sashabu/swift-logging-compiler
Swift: Route compiler diagnostics through our log.
|
2023-08-04 16:13:12 +01:00 |
|
Geoffrey White
|
deb97a6ccc
|
Swift: Improve regex performance with possessive matching (i.e. don't backtrack).
|
2023-08-03 13:57:49 +01:00 |
|
Paolo Tranquilli
|
67cd25184a
|
Merge pull request #12433 from github/alexdenisov+redsun82/tuple-mangling
Swift: properly identify types and declarations in trap files via mangling
|
2023-08-03 13:27:07 +02: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 |
|
Paolo Tranquilli
|
56869553e8
|
Swift: route compiler diagnostics through our log
(cherry picked from commit b8c55612e5)
|
2023-08-02 15:41:54 +01:00 |
|
Alexandre Boulgakov
|
0dafe2d757
|
Swift: Mangle ArchetypeTypes with different superclasses in different extensions.
|
2023-08-02 15:18:52 +01:00 |
|
Mathias Vorreiter Pedersen
|
3007fdab5e
|
Sync identical files.
|
2023-08-02 14:33:33 +02:00 |
|
Anders Schack-Mulligen
|
7bc8bf616f
|
Merge pull request #13863 from aschackmull/dataflow/pack4
Dataflow: Move the shared library to a properly shared qlpack.
|
2023-08-02 14:19:49 +02:00 |
|
Mathias Vorreiter Pedersen
|
7bea18773c
|
Merge pull request #13857 from github/alexdenisov/unresolved-dot-exprs-patterns
Swift: SubExpr may yield unresolved nodes in certain cases while MatchedExpr is always resolved
|
2023-08-02 09:35:06 +02:00 |
|
Geoffrey White
|
5f7e5b946d
|
Swift: Codegen.
|
2023-08-01 16:38:27 +01:00 |
|
Geoffrey White
|
e30ac42e3e
|
Merge branch 'main' into typegetname
|
2023-08-01 16:36:31 +01:00 |
|
Geoffrey White
|
c8f5ada594
|
Swift: Fix errors in queries.
|
2023-08-01 15:50:15 +01:00 |
|
Alex Denisov
|
9d643ae1ed
|
Swift: record CFG incosistency
|
2023-08-01 15:06:04 +02:00 |
|