Bug 234229

Summary: webkit-patch format: arrow -> after objective c method invocation formatted as a lambda return type arrow
Product: WebKit Reporter: Kimmo Kinnunen <kkinnunen>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 234226    

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>