This is an archive of the discontinued LLVM Phabricator instance.

[clang] Improve error recovery for pack expansion of expressions
ClosedPublic

Authored by mizvekov on Oct 28 2022, 9:25 AM.

Details

Summary

Closes #58673.

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

Diff Detail

Event Timeline

mizvekov created this revision.Oct 28 2022, 9:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 9:25 AM
mizvekov requested review of this revision.Oct 28 2022, 9:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2022, 9:25 AM
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 471806.Oct 29 2022, 8:04 PM
erichkeane accepted this revision.Oct 31 2022, 6:20 AM
This revision is now accepted and ready to land.Oct 31 2022, 6:20 AM
mizvekov updated this revision to Diff 472016.Oct 31 2022, 8:23 AM