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 / Tests | Assignee: | 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 | ||
Kimmo Kinnunen
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Kimmo Kinnunen
<rdar://43637489>