Ed Minnix
|
b558119b51
|
Add depstubber line
|
2025-01-16 08:59:33 -05:00 |
|
Owen Mansel-Chan
|
26b8758108
|
Fix indentation in code block
|
2025-01-16 13:48:46 +00:00 |
|
Paolo Tranquilli
|
133e2696ac
|
Merge pull request #18513 from asgerf/js/fix-flow-summary-spec
JS: Fix semantic merge conflict: Implement new signature members in StepInputSig
|
2025-01-16 14:47:42 +01:00 |
|
Asger F
|
bd2febcf00
|
JS: Implementing new signature members in StepInputSig
|
2025-01-16 13:38:08 +01:00 |
|
Jeroen Ketema
|
52eef7c4c2
|
C++: Fix typo in test
|
2025-01-16 13:19:54 +01:00 |
|
Asger F
|
1964b347c7
|
Merge branch 'main' into js/test-suite
|
2025-01-16 13:19:07 +01:00 |
|
Jeroen Ketema
|
d027e0c06b
|
C++: Add change note
|
2025-01-16 13:12:20 +01:00 |
|
Paolo Tranquilli
|
8189a8669c
|
Swift: add skeleton iOS app for integration testing
|
2025-01-16 13:07:39 +01:00 |
|
Owen Mansel-Chan
|
75424f3010
|
Update java data flow docs: two misc improvements
Copied from the C# equivalent.
|
2025-01-16 12:06:23 +00:00 |
|
Owen Mansel-Chan
|
037ce3d3df
|
Update java data flow docs: Add 5 missing "import java"s
|
2025-01-16 12:05:42 +00:00 |
|
Owen Mansel-Chan
|
9785aac8be
|
Update java data flow docs: update use of deprecated class
|
2025-01-16 12:04:45 +00:00 |
|
Jeroen Ketema
|
bd40d249e3
|
C++: Support more "noreturn" attributes in DefaultOptions
|
2025-01-16 13:04:44 +01:00 |
|
Owen Mansel-Chan
|
4f2d7ade5b
|
Delete old docs for data flow in Go
|
2025-01-16 12:03:14 +00:00 |
|
Owen Mansel-Chan
|
cab9c64fbc
|
Add docs for data flow in Go
Mostly based on the java and C# equivalents.
|
2025-01-16 12:02:37 +00:00 |
|
Jeroen Ketema
|
f4f5f2899c
|
C++: Add more noreturn attribute tests
|
2025-01-16 13:01:53 +01:00 |
|
Anders Schack-Mulligen
|
fbf25e43a4
|
Merge pull request #18507 from aschackmull/dataflow/join-fix
Dataflow: Minor join-order fix
|
2025-01-16 12:10:23 +01:00 |
|
Michael Nebel
|
9021214937
|
Merge pull request #18495 from michaelnebel/csharp/refstrucinterfacetests
C# 13: [TEST ONLY] ref structs are allowed to implement interfaces.
|
2025-01-16 11:46:22 +01:00 |
|
Michael Nebel
|
0452b4af3d
|
Merge pull request #18498 from michaelnebel/csharp/refandunsafe
C# 13: [TEST ONLY] Test example with ref local, unsafe context and ref struct in async- and iterator methods.
|
2025-01-16 11:42:30 +01:00 |
|
Michael Nebel
|
ba2b7abce9
|
Merge pull request #18446 from michaelnebel/csharp/implicittostring2
C#: Adding synthetic implicit ToString calls in binary- and string interpolation expressions.
|
2025-01-16 11:37:21 +01:00 |
|
Asger F
|
6cd9752289
|
Merge pull request #18467 from github/js/shared-dataflow-branch
JS: Migrate to shared data flow library (targeting main!) 🚀
|
2025-01-16 11:28:57 +01:00 |
|
Anders Schack-Mulligen
|
4223971f14
|
Dataflow: Remove outdated comment.
|
2025-01-16 10:26:40 +01:00 |
|
Anders Schack-Mulligen
|
f11ae49312
|
Dataflow: Fix a poor join-order.
|
2025-01-16 10:25:55 +01:00 |
|
Jeroen Ketema
|
6ad342c567
|
C++: Add change note
|
2025-01-16 10:22:54 +01:00 |
|
Jeroen Ketema
|
4a3350bd41
|
C++: Update stats file
|
2025-01-16 08:18:09 +01:00 |
|
Jeroen Ketema
|
123f1d599a
|
C++: Add upgrade and downgrade scripts
|
2025-01-16 08:18:07 +01:00 |
|
Jeroen Ketema
|
bc2f203c4b
|
C++: Support if consteval and if ! consteval
|
2025-01-16 08:17:57 +01:00 |
|
Mathias Vorreiter Pedersen
|
5373e2222e
|
C++: Improve IRGuads logic for 'unlikely' expressions.
|
2025-01-16 00:45:07 +00:00 |
|
Mathias Vorreiter Pedersen
|
7cca21364b
|
C++: Accept test changes.
|
2025-01-16 00:39:39 +00:00 |
|
Mathias Vorreiter Pedersen
|
14db788125
|
C++: Ensure that 'x' in 'if(!x) is also an AST-based GuardCondition.
|
2025-01-16 00:39:37 +00:00 |
|
Mathias Vorreiter Pedersen
|
b5897e5727
|
C++: Accept sign analysis changes.
|
2025-01-16 00:39:36 +00:00 |
|
Mathias Vorreiter Pedersen
|
2d9036eb5f
|
C++: Make 'getInstructionConvertedResultExpression' equivalent in C and C++.
|
2025-01-16 00:39:35 +00:00 |
|
Mathias Vorreiter Pedersen
|
ebb7f28d39
|
C++: Remove workaround for missing comparisons against 0 in C code.
|
2025-01-16 00:39:33 +00:00 |
|
Mathias Vorreiter Pedersen
|
9810a4f34d
|
C++: Remove 'inNonZeroCase' from IRGuards since we now always have implicit comparisons against 0 in C code.
|
2025-01-16 00:39:32 +00:00 |
|
Mathias Vorreiter Pedersen
|
0d7adac601
|
C++: Accept Guards test changes.
|
2025-01-16 00:39:31 +00:00 |
|
Mathias Vorreiter Pedersen
|
5da57cd2b4
|
C++: Accept test changes.
|
2025-01-16 00:39:29 +00:00 |
|
Mathias Vorreiter Pedersen
|
65771614ef
|
C++: Insert int-to-bool conversions at binary conditional expressions.
|
2025-01-16 00:39:28 +00:00 |
|
Mathias Vorreiter Pedersen
|
9d3bc7f510
|
C++: Accept test changes.
|
2025-01-16 00:39:26 +00:00 |
|
Mathias Vorreiter Pedersen
|
f30bfb63cf
|
C++: Insert int-to-bool conversions at 'NotExpr's.
|
2025-01-16 00:39:25 +00:00 |
|
Mathias Vorreiter Pedersen
|
1e33593c79
|
C++: Accept test changes.
|
2025-01-16 00:39:23 +00:00 |
|
Mathias Vorreiter Pedersen
|
dd39b97ab0
|
C++: Insert int-to-bool conversions at conditions.
|
2025-01-16 00:39:22 +00:00 |
|
Mathias Vorreiter Pedersen
|
2e3d3494de
|
C++: Accept test changes.
|
2025-01-16 00:39:20 +00:00 |
|
Mathias Vorreiter Pedersen
|
5acd2bb2fb
|
C++: Adjust the result type at 'NotExpr' and at comparisons.
|
2025-01-16 00:39:17 +00:00 |
|
Mathias Vorreiter Pedersen
|
9429b03896
|
C++: Provide a hook for overriding 'getResultType'.
|
2025-01-16 00:39:16 +00:00 |
|
Mathias Vorreiter Pedersen
|
6dd1c5e809
|
C++: Split out 'NotExpr' to its own class.
|
2025-01-16 00:39:14 +00:00 |
|
Mathias Vorreiter Pedersen
|
a0d2213268
|
Merge pull request #18503 from MathiasVP/scanf-check-prepare-fix
C++: Harden `checkedForEof`
|
2025-01-16 00:38:51 +00:00 |
|
github-actions[bot]
|
09198d9c25
|
Add changed framework coverage reports
|
2025-01-16 00:20:36 +00:00 |
|
Mathias Vorreiter Pedersen
|
01cbd2f7f1
|
C++: Ensure that the instruction being compared is the result of the 'CallInstruction'.
|
2025-01-15 19:27:28 +00:00 |
|
Jeroen Ketema
|
84c674b992
|
C++: Fix typos in IR translation comments
|
2025-01-15 20:16:43 +01:00 |
|
Geoffrey White
|
90faab456d
|
Merge pull request #18473 from geoffw0/sensitive2
Improve shared sensitive data library handling of snake_case variable names
|
2025-01-15 18:02:33 +00:00 |
|
Geoffrey White
|
bec01daa45
|
Rust: Update integration tests.
|
2025-01-15 17:57:16 +00:00 |
|