[Webkit-unassigned] [Bug 197448] [WHLSL] Cannot assign through pointers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 30 17:58:28 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197448

Myles C. Maxfield <mmaxfield at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |195925

--- Comment #1 from Myles C. Maxfield <mmaxfield at apple.com> ---
It looks like after the property resolver runs, lvalues can only be either variable references or dereference expressions. Assigning to a variable reference will just work, so it looks like we only need to special case assigning to a dereference expression. Also, we shouldn't need to go digging through the AST; we can just handle the outermost dereference expression.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=195925
[Bug 195925] [WHLSL] Implement property resolver
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190501/93b5677f/attachment.html>


More information about the webkit-unassigned mailing list