[Webkit-unassigned] [Bug 230402] New: ObjC .clang-format formatting fails with nested dict literals
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Sep 17 06:23:11 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=230402
Bug ID: 230402
Summary: ObjC .clang-format formatting fails with nested dict
literals
Product: WebKit
Version: WebKit Local 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
CC: ross.kirsling at sony.com
Test case:
auto pixelAttributes = @{
(__bridge NSString *)kCVPixelBufferIOSurfacePropertiesKey : @{
}
};
Foo abba { "qq" };
->
.... : @ {
Probably due to clan-format bug:
https://reviews.llvm.org/D46024
SpaceBeforeCpp11BracedList
--
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/20210917/b55c89a4/attachment.htm>
More information about the webkit-unassigned
mailing list