cpg
                                
                                
                                
                                    cpg copied to clipboard
                            
                            
                            
                        A library to extract Code Property Graphs from C/C++, Java, Go, Python, Ruby and every other language through LLVM-IR.
Come up with a got solution for types. resolved / unresolved / type aliases / ...
We currently only have a `GlobalScope` and merge it for parallel parsing -> it'd be nicer to have a true `FileScope`.
Maybe place here: https://github.com/Fraunhofer-AISEC/cpg/blob/main/docs/docs/Contributing/index.md#code-guidelines Some guidelines from @maximiliankaul. It is ok to add a new node type if: - It is not possible to otherwise realise this construct - The...
Work in Progress
This PR changes the way `parse` works (in a backwards compatible way). Instead of parsing a `File`, we parse the file contents (and a path). The reasoning behind this is...