Hi all,
Sorry for the flooding, if anyone can help I’ll really appreciate it.
I’m able to get type of args in a CallExpr Stmt, but I can’t figure out how to get their values.
Thanks in advance,
Ilya
Hi all,
Sorry for the flooding, if anyone can help I’ll really appreciate it.
I’m able to get type of args in a CallExpr Stmt, but I can’t figure out how to get their values.
Thanks in advance,
Ilya
CallExpr::getArg() will give you the expression for an argument to the call.
- Doug