-
Notifications
You must be signed in to change notification settings - Fork 1.9k
C#: Replace CFG with the shared implementation. #21513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
aschackmull
wants to merge
15
commits into
github:main
Choose a base branch
from
aschackmull:csharp/cfg
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,235
−8,754
Draft
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e2dbd7f
Cfg: Support Throw expressions.
aschackmull 64e3dfd
Cfg: Support GotoStmt.
aschackmull c803fbc
Cfg: Support short-circuiting compound assignments.
aschackmull 9fc8f61
C#: Introduce ControlFlowElementOrCallable.
aschackmull f23d6be
Cfg/Java: Move InstanceOfExpr CFG into shared lib.
aschackmull 35e5499
Cfg: Extend consistency checks.
aschackmull 4fef3e8
C#: Rename ControlFlow::Node to ControlFlowNode.
aschackmull 7ad4a14
Cfg: Add dominance predicates to shared ControlFlowNode.
aschackmull c8c811c
C#: Update some references in preparation for CFG swap.
aschackmull 703a54c
C#: Update some references to ControlFlow::Nodes.
aschackmull 15459d3
C#: Rename remaining references to ControlFlow::Nodes.
aschackmull f8a076e
C#: Rename ControlFlow::BasicBlock to BasicBlock.
aschackmull f40d1b2
C#: Replace CFG.
aschackmull 1758a5e
C#: Fix test.
aschackmull c4bac37
C#: Fix UncheckedCastInEquals.
aschackmull File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,2 @@ | ||
| import csharp | ||
| import semmle.code.csharp.controlflow.internal.Completion | ||
| import ControlFlow | ||
| import semmle.code.csharp.controlflow.internal.ControlFlowGraphImpl::Consistency | ||
| import semmle.code.csharp.controlflow.internal.Splitting | ||
| import ControlFlow::Consistency |
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.