OscarRodriguezPrieto / ProgQuery

ProgQuery is a system to extract useful syntactic and semantic information from source code programs and store it in a graph database for posterior querying.
MIT License
15 stars 4 forks source link

Call Graph for lambda bodies not supported #26

Open OscarRodriguezPrieto opened 3 years ago

OscarRodriguezPrieto commented 3 years ago

The interprocedural analysis fails when a lambda body with a call inside is processed.