This is an archive of the discontinued LLVM Phabricator instance.

[clang] Fix handling of unexpanded packs in template argument expressions.
ClosedPublic

Authored by mizvekov on Oct 28 2022, 1:28 PM.

Details

Summary

Closes #58679.

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

Diff Detail

Event Timeline

mizvekov created this revision.Oct 28 2022, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 1:28 PM
mizvekov requested review of this revision.Oct 28 2022, 1:28 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 1:28 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mizvekov added reviewers: Restricted Project, rtrieu, hokein.Oct 28 2022, 1:56 PM
mizvekov updated this revision to Diff 471807.Oct 29 2022, 8:04 PM
mizvekov edited the summary of this revision. (Show Details)
erichkeane accepted this revision.Oct 31 2022, 6:29 AM
This revision is now accepted and ready to land.Oct 31 2022, 6:29 AM
mizvekov updated this revision to Diff 472017.Oct 31 2022, 8:23 AM