[Webkit-unassigned] [Bug 234229] New: webkit-patch format: arrow -> after objective c method invocation formatted as a lambda return type arrow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 13 00:46:10 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=234229

            Bug ID: 234229
           Summary: webkit-patch format: arrow -> after objective c method
                    invocation formatted as a lambda return type arrow
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
            Blocks: 230402

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.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=230402
[Bug 230402] webkit-patch format: Objective-C++ formatting fails with nested dict literals
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211213/8029ce73/attachment-0001.htm>


More information about the webkit-unassigned mailing list