We did not return an error when failing to producing
a valid expression when performing the initialization of
an aggregate initialized with a parenthesized list of expressions.
This is a regression introduced in Clang 17.
Fixes #63278
Differential D154486
[Clang] Fix a crash when trying to initialize an invalid aggregate. cor3ntin on Jul 5 2023, 2:34 AM. Authored by
Details
We did not return an error when failing to producing This is a regression introduced in Clang 17. Fixes #63278
Diff Detail
Event TimelineComment Actions Precommit CI found issues with the newly added test that should be addressed.
|
Please spell out the type (and make it a const pointer if possible).