This repository was archived by the owner on Oct 15, 2020. It is now read-only.
Commit d0a2849
authored
Bring back pass-based version of AST/CFG generation (#222)
* Revert "Use newest `codepropertygraph` (#221)"
This reverts commit d37895f.
* Revert "Revert new pass-based approach to fix smaller problems in peace (#220)"
This reverts commit 7ca46ff.
* Set Cpg version
* Do not link `<global>` namespaceblock to empty file
* Remove SOURCE_FILE edge as creating it here is deprecated
* Bug fixes for CFG creator
* Bug fix for `for` loops with local definitions1 parent d37895f commit d0a2849
File tree
59 files changed
+934
-5364
lines changed- src
- main
- java/io/shiftleft/fuzzyc2cpg
- ast/statements/jump
- output
- inmemory
- protobuf
- parser
- functions
- modules
- builder
- scala/io/shiftleft/fuzzyc2cpg
- adapter
- astnew
- cfg
- output
- overflowdb
- passes
- astcreation
- cfgcreation
- test
- java/io/shiftleft/fuzzyc2cpg
- antlrparsers/functionparser
- parsetreetoast
- scala/io/shiftleft/fuzzyc2cpg
- astnew
- cfg
- passes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+934
-5364
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
15 | 19 | | |
16 | 20 | | |
17 | 21 | | |
| |||
Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 0 additions & 98 deletions
This file was deleted.
Lines changed: 0 additions & 62 deletions
This file was deleted.
0 commit comments