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
[clang][bytecode] Prefer ParmVarDecls as function parameters
We might create a local temporary variable for a ParmVarDecl,
in which case a DeclRefExpr for that ParmVarDecl should _still_ result
in us choosing the parameter, not that local.
0 commit comments