C#: Minor CFG improvements#94
Merged
Merged
Conversation
…les()` The `definitelyHandles()` predicate calculates the relation for all exception types, not just the ones that can actually be thrown (no automatic magic). This commit inlines the definition of `definitelyHandles()` to get the proper context (manual magic).
|
This PR is tagged for 1.18 but targeted at master, not rc/1.18. |
calumgrant
approved these changes
Sep 3, 2018
smowton
pushed a commit
to smowton/codeql
that referenced
this pull request
Dec 6, 2021
Kotlin: Add uses of listOf to the tests, and fix the extractor to produce consistent databases for them
dbartol
pushed a commit
that referenced
this pull request
Dec 18, 2024
Fix: ControlChecks protects/dominates only work with Steps. A sink can be in a sub-step node (eg: ScalarValue)
MathiasVP
added a commit
to MathiasVP/ql
that referenced
this pull request
Aug 10, 2025
PS: Add more CFG tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a comment to
startsSplits()(see #76 (comment)), and made a small performance improvement tothrowMayBeUncaught().