NEW 230402
webkit-patch format: Objective-C++ formatting fails with nested dict literals
https://bugs.webkit.org/show_bug.cgi?id=230402
Summary webkit-patch format: Objective-C++ formatting fails with nested dict literals
Kimmo Kinnunen
Reported 2021-09-17 06:23:11 PDT
Test case: auto pixelAttributes = @{ (__bridge NSString *)kCVPixelBufferIOSurfacePropertiesKey : @{ } }; Foo abba { "qq" }; -> .... : @ { Probably due to clan-format bug: https://reviews.llvm.org/D46024 SpaceBeforeCpp11BracedList
Attachments
fix to upstream (7.79 KB, text/plain)
2021-12-13 00:35 PST, Kimmo Kinnunen
no flags
Radar WebKit Bug Importer
Comment 1 2021-09-24 06:24:41 PDT
Kimmo Kinnunen
Comment 2 2021-12-13 00:35:12 PST
Created attachment 446975 [details] fix to upstream
Note You need to log in before you can comment on or make changes to this bug.