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
288 stars 62 forks source link

Fix C style function resolution #1860

Open peckto opened 5 days ago

peckto commented 5 days ago

Do not use signature based symbol resolving for languages without function overloading. Fixes: #1635