Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
Commented AST to CFG converter - functional version (#217)
Browse files Browse the repository at this point in the history
* Functional AST to CFG converter + tests

* More comments

* More comments

* Remove edge type from fringe

* Revert "Remove edge type from fringe"

This reverts commit b3eb537.

* Fixes for edge type setting

* Split CFG creation into multiple files

* More comments and minor fixes

* Minor fix + comment

* Add remaining missing comments and set edge type for switch

* Used named arguments to increase readability

* Address review

* Update src/main/scala/io/shiftleft/fuzzyc2cpg/passes/cfgcreation/CfgCreator.scala

Co-authored-by: Claudiu-Vlad Ursache <[email protected]>

* Update src/main/scala/io/shiftleft/fuzzyc2cpg/passes/cfgcreation/CfgCreator.scala

Co-authored-by: Claudiu-Vlad Ursache <[email protected]>

* Update src/main/scala/io/shiftleft/fuzzyc2cpg/passes/cfgcreation/CfgCreator.scala

Co-authored-by: Claudiu-Vlad Ursache <[email protected]>

* Update src/main/scala/io/shiftleft/fuzzyc2cpg/passes/cfgcreation/CfgCreator.scala

Co-authored-by: Claudiu-Vlad Ursache <[email protected]>

* Fix comment

Co-authored-by: Claudiu-Vlad Ursache <[email protected]>
  • Loading branch information
fabsx00 and ursachec authored Jul 30, 2020
1 parent 25616a8 commit 19fbee0
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 461 deletions.
Loading

0 comments on commit 19fbee0

Please sign in to comment.