NEW 234229
webkit-patch format: arrow -> after objective c method invocation formatted as a lambda return type arrow
https://bugs.webkit.org/show_bug.cgi?id=234229
Summary webkit-patch format: arrow -> after objective c method invocation formatted a...
Kimmo Kinnunen
Reported 2021-12-13 00:46:10 PST
webkit-patch format: arrow -> after objective c method invocation formatted as a lambda return type arrow [a b], z->q() Formatted as: [a b], z -> q() Due to clang-format guesssing: // This might or might not actually be a lambda arrow (this could be an // ObjC method invocation followed by a dereferencing arrow). We might // reset this back to TT_Unknown in TokenAnnotator.
Attachments
Kimmo Kinnunen
Comment 1 2021-12-13 00:50:53 PST
Note You need to log in before you can comment on or make changes to this bug.