Henry Mercer
|
963f084d87
|
Merge branch 'main' into henrymercer/merge-back-rc-3.16
|
2024-12-04 13:39:10 +00:00 |
|
Jeroen Ketema
|
9c4030ed45
|
Merge pull request #18014 from microsoft/brodes/seh_flow_phase1_throwing_models
Brodes/seh flow phase1 throwing models
|
2024-12-04 13:55:05 +01:00 |
|
Anders Schack-Mulligen
|
a66de28d8e
|
C++: Remove references to the deleted api.
|
2024-12-03 20:08:32 +01:00 |
|
REDMOND\brodes
|
e6641e7630
|
Code and comment simplifications
|
2024-12-03 11:06:08 -05:00 |
|
Anders Schack-Mulligen
|
8ea973f838
|
C++: Update use of deleted api.
|
2024-12-03 15:20:07 +01:00 |
|
Anders Schack-Mulligen
|
371a11e6da
|
C++: Delete deprecated data flow api.
|
2024-12-03 14:52:14 +01:00 |
|
Tom Hvitved
|
012ea4bbf1
|
Merge pull request #18113 from hvitved/dataflow/more-common
Data flow: Move more logic into `DataFlowImplCommon`
|
2024-12-02 12:38:39 +01:00 |
|
Tom Hvitved
|
7402276ec7
|
Data flow: Move more logic into DataFlowImplCommon
|
2024-11-27 09:03:37 +01:00 |
|
Mathias Vorreiter Pedersen
|
e42c7452ef
|
C++: Cleanup conjuncts. This doesn't change any behavior.
|
2024-11-26 13:57:51 +00:00 |
|
Mathias Vorreiter Pedersen
|
f7cf5af720
|
C++: Actually check the function name.
|
2024-11-26 13:56:22 +00:00 |
|
Mathias Vorreiter Pedersen
|
8fd581dd7e
|
Merge pull request #18093 from MathiasVP/more-win32-command-execution-functions
C++: Add more `CommandExecutionFunction`s
|
2024-11-25 15:26:50 +00:00 |
|
Mathias Vorreiter Pedersen
|
03ab74e07d
|
C++: Add more 'CommandExecutionFunction's.
|
2024-11-25 13:43:20 +00:00 |
|
Calum Grant
|
fcf16848d2
|
Revert "Revert "C++: Implement compilation_build_mode""
|
2024-11-22 15:48:50 +00:00 |
|
Calum Grant
|
169671ad93
|
Revert "C++: Implement compilation_build_mode"
|
2024-11-22 11:42:39 +00:00 |
|
REDMOND\brodes
|
66cf736b4c
|
printf formatting.
|
2024-11-21 12:44:28 -05:00 |
|
REDMOND\brodes
|
583651ba40
|
Missing NonCppThrowingFunction changes in Printf.qll
|
2024-11-21 12:41:26 -05:00 |
|
REDMOND\brodes
|
7059fc3e31
|
Adding intermediate solution towards deprecating ThrowingFunction
|
2024-11-21 12:10:42 -05:00 |
|
REDMOND\brodes
|
44126913cd
|
Delaying deprecation of ThrowingFunction.
|
2024-11-21 12:08:04 -05:00 |
|
REDMOND\brodes
|
9b2590ec7a
|
Updating PR per review comments. Moving more towards a simplified model.
|
2024-11-21 11:28:11 -05:00 |
|
Jeroen Ketema
|
fa8aba88af
|
Revert "Merge pull request #17938 from MathiasVP/fix-fp-in-missing-check-scanf-fixing-take-2"
This reverts commit 6785b93ed8, reversing
changes made to d9b86f55c8.
|
2024-11-21 15:39:00 +01:00 |
|
Calum Grant
|
6f3e6edd0e
|
C++: Implement compilation_build_mode
|
2024-11-21 13:45:13 +00:00 |
|
REDMOND\brodes
|
4e777561f0
|
Changing terminology back to "throws" vs "rasis" for alwaysThrowsException to be consistent with other backward compatibility changes.
|
2024-11-19 15:10:15 -05:00 |
|
REDMOND\brodes
|
a69daa0d20
|
Missing change to 'mayThrowException' in StructuredExceptionHandling.qll
|
2024-11-19 13:35:45 -05:00 |
|
REDMOND\brodes
|
07847762e1
|
bringing back mayThrowException to make it cleaner/easier for backwards compatibility.
|
2024-11-19 13:17:10 -05:00 |
|
REDMOND\brodes
|
63ddd81059
|
Merge branch 'brodes/seh_flow_phase1_throwing_models' of https://github.com/microsoft/codeql into brodes/seh_flow_phase1_throwing_models
|
2024-11-19 12:58:51 -05:00 |
|
REDMOND\brodes
|
26d590a616
|
Putting back deleted file, and deprecating instead. Deprecating mayThrowException as well.
|
2024-11-19 12:57:50 -05:00 |
|
Ben Rodes
|
5bb765d834
|
Merge branch 'main' into brodes/seh_flow_phase1_throwing_models
|
2024-11-19 10:46:17 -05:00 |
|
REDMOND\brodes
|
1c874d3221
|
Fixed usage raisesException
|
2024-11-19 10:04:11 -05:00 |
|
Calum Grant
|
2bfd7326d9
|
Merge pull request #18004 from github/revert-17948-revert-17694-multiple-entry-point
Revert "Revert "C++: Do not generate IR for functions with multiple entry points""
|
2024-11-19 09:20:24 +00:00 |
|
REDMOND\brodes
|
792231c949
|
Removing SEH default case for function calls as the logic to handle SEH is not yet part of the IR generation to make this logic work.
|
2024-11-18 14:43:44 -05:00 |
|
Ben Rodes
|
1c7b5aebb5
|
Merge branch 'main' into brodes/seh_flow_phase1_throwing_models
|
2024-11-18 12:48:38 -05:00 |
|
Mathias Vorreiter Pedersen
|
f2f83f77e0
|
Merge pull request #18013 from MathiasVP/non-boolean-consistency-check
C++: Add another IR consistency query
|
2024-11-18 17:27:33 +00:00 |
|
REDMOND\brodes
|
de05aee483
|
Adding model transition to using Throwing.qll.
|
2024-11-18 11:11:25 -05:00 |
|
Mathias Vorreiter Pedersen
|
493ea6da31
|
C++: Add a new consistency check for branching on non-boolean values.
|
2024-11-18 15:21:28 +00:00 |
|
Calum Grant
|
6a0a7dda76
|
Revert "Revert "C++: Do not generate IR for functions with multiple entry points""
|
2024-11-18 10:31:04 +00:00 |
|
Mathias Vorreiter Pedersen
|
19d53fba8c
|
C++: Exclude guards in static local or global initializers.
|
2024-11-17 19:51:35 +00:00 |
|
Mathias Vorreiter Pedersen
|
409f2c1251
|
C++: Make the formatting of conjunct when using 'getDualValue' consistent.
|
2024-11-15 15:20:04 +00:00 |
|
Mathias Vorreiter Pedersen
|
459bb6ed04
|
Update cpp/ql/lib/semmle/code/cpp/controlflow/IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-11-15 14:43:04 +00:00 |
|
Mathias Vorreiter Pedersen
|
5f9d3d7b09
|
C++: Rename 'ScrutineeValueNumber' to 'SwitchConditionValueNumber'.
|
2024-11-15 14:28:56 +00:00 |
|
Mathias Vorreiter Pedersen
|
feea29b8fe
|
C++: Move classes.
|
2024-11-15 14:21:18 +00:00 |
|
Mathias Vorreiter Pedersen
|
c80bea33e5
|
C++: Stylistic fixes.
|
2024-11-15 14:20:12 +00:00 |
|
Mathias Vorreiter Pedersen
|
42c1937776
|
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-11-14 21:28:54 +00:00 |
|
Mathias Vorreiter Pedersen
|
229d40ad8b
|
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-11-14 21:28:43 +00:00 |
|
Mathias Vorreiter Pedersen
|
b10696c155
|
Update IRGuards.qll
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
|
2024-11-14 21:28:33 +00:00 |
|
Mathias Vorreiter Pedersen
|
6e7256f9d4
|
C++: Delete unused predicates.
|
2024-11-14 16:46:19 +00:00 |
|
Mathias Vorreiter Pedersen
|
442968c3c2
|
C++: Properly restrict 'unary_simple_comparison_eq'.
|
2024-11-14 16:29:49 +00:00 |
|
Mathias Vorreiter Pedersen
|
db38069290
|
C++: Use value numbering in IRGuards.
|
2024-11-14 16:29:48 +00:00 |
|
Calum Grant
|
2f032ec7b8
|
C++: Revert 17694 and keep tests
|
2024-11-11 13:06:50 +00:00 |
|
Anders Schack-Mulligen
|
4df4a1e6c6
|
Merge pull request #17863 from aschackmull/shared/universal-flow
Shared: Add a Universal Flow library and refactor TypeFlow to use it.
|
2024-11-06 13:46:13 +01:00 |
|
Jeroen Ketema
|
1a830cdf14
|
C++: Do not generate IR for functions with multiple entry points in different locations
|
2024-10-31 10:55:52 +01:00 |
|