Bug 198906

Summary: check-webkit-style should support c++17 structured bindings
Product: WebKit Reporter: Sam Weinig <sam>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Sam Weinig
Reported 2019-06-16 13:16:19 PDT
check-webkit-style should support c++17 structured bindings (https://en.cppreference.com/w/cpp/language/structured_binding) syntax. Currently, the following code issues the following error: auto [a, b, c] = getTuple(); > ERROR: Foo.cpp:1: Extra space before [. > [whitespace/brackets] [5]
Attachments
Note You need to log in before you can comment on or make changes to this bug.