WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
198240
[WHLSL] We don't parse function statements
https://bugs.webkit.org/show_bug.cgi?id=198240
Summary
[WHLSL] We don't parse function statements
Saam Barati
Reported
2019-05-24 19:04:33 PDT
"int y = foo(x, y); " parses. But "foo(x, y);" doesn't properly parse. Seems like we end up with a comma expression "(x, y)" instead...
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2019-05-30 20:26:35 PDT
<
rdar://problem/51288767
>
Robin Morisset
Comment 2
2019-06-10 16:08:48 PDT
I've tried this, and it parsed just fine. I suspect I accidentally fixed it in my parser patch.
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