RESOLVED FIXED 200785
[WHLSL] Don't accept operator&& or operator|| in the Lexer
https://bugs.webkit.org/show_bug.cgi?id=200785
Summary [WHLSL] Don't accept operator&& or operator|| in the Lexer
Robin Morisset
Reported 2019-08-15 13:20:33 PDT
They don't make sense: implementing && or || as function calls would lose us short-circuiting.
Attachments
Patch (2.68 KB, patch)
2019-08-15 13:29 PDT, Robin Morisset
no flags
Robin Morisset
Comment 1 2019-08-15 13:29:18 PDT
WebKit Commit Bot
Comment 2 2019-08-15 14:18:17 PDT
Comment on attachment 376415 [details] Patch Clearing flags on attachment: 376415 Committed r248746: <https://trac.webkit.org/changeset/248746>
WebKit Commit Bot
Comment 3 2019-08-15 14:18:19 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 4 2019-08-15 14:19:17 PDT
Note You need to log in before you can comment on or make changes to this bug.