mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 02:36:40 +00:00

This is a follow-up to https://github.com/llvm/llvm-project/pull/131074. After moving the default argument heuristic to `simplifyType` in that patch, the heuristic no longer applied to the `DependentScopeDeclRefExpr` case, because that wasn't using `simplifyType`. This patch fixes that, with an added testcase.