There's no a space symbol between trailing return type auto and left brace {.
The simpliest examles of code to reproduce the issue:
[]() -> auto {}
and
auto foo() -> auto {}
Depends on D130299
Differential D130417
[clang-format] Missing space between trailing return type 'auto' and left brace denis-fatkulin on Jul 23 2022, 4:04 AM. Authored by
Details There's no a space symbol between trailing return type auto and left brace {. The simpliest examles of code to reproduce the issue: []() -> auto {} and auto foo() -> auto {} Depends on D130299
Diff Detail Event Timeline
Comment Actions They marked done. Thanks!
|
Should we add test cases with an & between auto and {?