Skip to content

C#: Replace CFG with the shared implementation#21565

Draft
aschackmull wants to merge 23 commits intogithub:mainfrom
aschackmull:csharp/cfg2
Draft

C#: Replace CFG with the shared implementation#21565
aschackmull wants to merge 23 commits intogithub:mainfrom
aschackmull:csharp/cfg2

Conversation

@aschackmull
Copy link
Copy Markdown
Contributor

No description provided.

private predicate isConstantCondition0(ControlFlow::Node cfn, boolean b) {
exists(cfn.getASuccessorByType(any(ControlFlow::BooleanSuccessor t | t.getValue() = b))) and
strictcount(ControlFlow::SuccessorType t | exists(cfn.getASuccessorByType(t))) = 1
private predicate isConstantCondition0(ControlFlowNode cfn, boolean b) {

/** Provides an implementation of the AST signature for C#. */
private module Ast implements AstSig<Location> {
private import csharp as CS
*/

private import csharp
private import csharp as CS
deprecated private predicate lastRefSkipUncertainReads(
Definition def, ControlFlow::BasicBlock bb, int i
) {
deprecated private predicate lastRefSkipUncertainReads(Definition def, BasicBlock bb, int i) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant