Christian Banse

Results 266 comments of Christian Banse

Not sure that I really understand the difference between the issue :)

I will mark this as blocked until we reach a decision about #280

This is not just specific to error types. You can name any return type and they will be available as a local variable within the function. Yes, that behaviour is...

Some more dependencies: - JavaExternalTypeHierarchyResolver depends on TypeHierarchyResolver - ImportResolver depends on (TypeHierarchyResolver), possibly the JavaExternalTypeHierarchyResolver for Java at least - TypeResolver depends on the call resolver (currently, in the...

Looking into this; for some reason, our parser thinks that `srand(time(NULL));` is actually a function declaration inside the method declaration, instead of a call. Which seems very weird. After that,...

The problem seems to go away if we properly define the symbol `NULL`, either as `0` or as C++ `nullptr`. I wonder, if this would be something we should as...

Marking this as blocked until we move to tree-sitter (see #604). I will try to mitigate this in a patch, so that it does not crash.

Do you know if it not parsed (i.e. by CDT) or if the contents of the header file are not persisted in the graph?

I would suggest a separate project for this or an extension of `cpg-vis-neo4j`, we want to keep this project solely as a library. The main reason for this is the...

> https://github.com/anon767/cpg-to-dot > > I just made a tool to extract the cpg into the Dot format. Maybe this helps. Very interesting! BTW, i noted that you were using a...