You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use is_ssa_expr to avoid lower-level get_bool(ID_C_SSA_symbol)
The frequently-used pattern expr.id() == ID_symbol &&
expr.get_bool(ID_C_SSA_symbol) is better handled by the more descriptive
`is_ssa_expr` function (which implements the same instructions).
0 commit comments