WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
198906
check-webkit-style should support c++17 structured bindings
https://bugs.webkit.org/show_bug.cgi?id=198906
Summary
check-webkit-style should support c++17 structured bindings
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
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug