-
Notifications
You must be signed in to change notification settings - Fork 62
Language Frontends
Christian Banse edited this page Oct 16, 2021
·
4 revisions
- Beginning with https://github.com/Fraunhofer-AISEC/cpg/pull/504, if a language frontend creates a
NewExpression
, it must also set an initialiser, even if it is just an implicitConstructExpression
.
- Language frontends CAN set the
refersTo
property of aDeclaredReferenceExpression
if they are sure that this is the declaration the reference refers to. It should however be reserved to special cases, the normal variable resolution should be handled by theVariableUsageResolver
.