with multiple declarations followed by a colon.
Fixes #63010
Paths
| Differential D152009
[clang] Fix assertion while parsing an invalid for loop ClosedPublic Authored by cor3ntin on Jun 2 2023, 10:16 AM.
Details Summary with multiple declarations followed by a colon. Fixes #63010
Diff Detail
Event Timeline
Comment Actions LGTM
This revision is now accepted and ready to land.Jun 6 2023, 8:29 AM Closed by commit rG22e95e0bf375: [clang] Fix assertion while parsing an invalid for loop (authored by cor3ntin). · Explain WhyJun 7 2023, 1:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 527902 clang/docs/ReleaseNotes.rst
clang/lib/Parse/ParseExprCXX.cpp
clang/lib/Parse/ParseStmt.cpp
clang/test/Parser/cxx0x-for-range.cpp
clang/test/Parser/objc-foreach-syntax.m
|
Can you explain why you removed this?