Fraunhofer-AISEC / codyze

Codyze is a static analyzer for Java, C, C++ based on code property graphs

Home Page:https://www.codyze.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use CPG's `ValueResolver` to help resolve constants

oxisto opened this issue · comments

We can use the CPG's value resolver once Fraunhofer-AISEC/cpg#619 is merged in to also resolve simple constant expressions such as int a = 1+1