Bug 198240
| Summary: | [WHLSL] We don't parse function statements | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Saam Barati <saam> |
| Component: | WebGPU | Assignee: | Robin Morisset <rmorisset> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | fpizlo, jonlee, justin_fan, mmaxfield, rmorisset, webkit-bug-importer |
| Priority: | P1 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Saam Barati
"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
<rdar://problem/51288767>
Robin Morisset
I've tried this, and it parsed just fine. I suspect I accidentally fixed it in my parser patch.