Fraunhofer-AISEC / cpg

A library to extract Code Property Graphs from C/C++, Java, Go, Python, Ruby and every other language through LLVM-IR.
https://fraunhofer-aisec.github.io/cpg/
Apache License 2.0
282 stars 62 forks source link

A lot of warnings for no code for language node #1038

Closed oxisto closed 1 year ago

oxisto commented 1 year ago

We are getting a lot of warnings like this recently:

WARN  LanguageFrontend Unexpected: No code for node CLanguage[location=<null>]
oxisto commented 1 year ago

Seems this was a problem where the language was given as the rawNode parameter in the node builder. Fixed in #1031