This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Commit 19fbee0
Commented AST to CFG converter - functional version (#217)
* 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]>1 parent 25616a8 commit 19fbee0
File tree
5 files changed
+613
-461
lines changed- src
- main/scala/io/shiftleft/fuzzyc2cpg/passes
- cfgcreation
- test/scala/io/shiftleft/fuzzyc2cpg/passes
5 files changed
+613
-461
lines changed
0 commit comments