llvm-project
373206d5 - [clang][bytecode] Prefer ParmVarDecls as function parameters (#153952)

Commit
46 days ago
[clang][bytecode] Prefer ParmVarDecls as function parameters (#153952) 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.
Author
Parents
Loading