Closes #58673.
Signed-off-by: Matheus Izvekov <mizvekov@gmail.com>
Paths
| Differential D136962
[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 Timelinemizvekov added a child revision: D136977: [clang] Fix handling of unexpanded packs in template argument expressions.. This revision is now accepted and ready to land.Oct 31 2022, 6:20 AM Closed by commit rG2492c52a05bc: [clang] Improve error recovery for pack expansion of expressions (authored by mizvekov). · Explain WhyOct 31 2022, 9:58 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 472045 clang/docs/ReleaseNotes.rst
clang/lib/AST/ComputeDependence.cpp
clang/test/CXX/temp/temp.decls/temp.variadic/p5.cpp
|