This is an archive of the discontinued LLVM Phabricator instance.

[clang] fix regression deducing pack expansion arguments introduced by D110216
ClosedPublic

Authored by mizvekov on Nov 18 2021, 4:33 PM.

Details

Summary

This test case had been missing when the original code
was introduced by 2fcb863b2b278.

Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>

Diff Detail

Event Timeline

mizvekov requested review of this revision.Nov 18 2021, 4:33 PM
mizvekov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2021, 4:33 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
lkail added a subscriber: lkail.Nov 18 2021, 6:08 PM

Confirmed it solves our internal regressions, thanks!

Thanks for testing!

I am just going to push this since it's a straightforward regression fix and Richard is on vacations.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 18 2021, 6:36 PM
This revision was automatically updated to reflect the committed changes.