Bug 234229 - webkit-patch format: arrow -> after objective c method invocation formatted as a lambda return type arrow
Summary: webkit-patch format: arrow -> after objective c method invocation formatted a...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: webkitpatchformat
  Show dependency treegraph
 
Reported: 2021-12-13 00:46 PST by Kimmo Kinnunen
Modified: 2021-12-13 00:50 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kimmo Kinnunen 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.
Comment 1 Kimmo Kinnunen 2021-12-13 00:50:53 PST
<rdar://43637489>