⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286636 in webkit


Ignore:
Timestamp:
Dec 7, 2021, 6:09:34 PM (5 years ago)
Author:
Lauro Moura
Message:

Avoid noisy Wcomment warnings after ANGLE update in r286603
https://bugs.webkit.org/show_bug.cgi?id=233964

Unreviewed warning removal.

  • src/compiler/translator/tree_util/IntermTraverse.h:
Location:
trunk/Source/ThirdParty/ANGLE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/ThirdParty/ANGLE/ChangeLog

    r286603 r286636  
     12021-12-07  Lauro Moura  <lmoura@igalia.com>
     2
     3        Avoid noisy Wcomment warnings after ANGLE update in r286603
     4        https://bugs.webkit.org/show_bug.cgi?id=233964
     5
     6        Unreviewed warning removal.
     7
     8        * src/compiler/translator/tree_util/IntermTraverse.h:
     9
    1102021-12-07  Kyle Piddington  <kpiddington@apple.com>
    211       
  • trunk/Source/ThirdParty/ANGLE/src/compiler/translator/tree_util/IntermTraverse.h

    r286603 r286636  
    240240    //                    Node 1                                                Node 6
    241241    //                 EOpIndexDirect                                        EOpIndexDirect
    242     //                /          \                                              /       \
     242    //                /          \                                              /       \.
    243243    //           Node 2        Node 3                                   Node 7        Node 3
    244244    //       EOpIndexIndirect     N     --> replaced with -->       EOpIndexIndirect     N
    245     //         /        \                                            /        \
     245    //         /        \                                            /        \.
    246246    //      Node 4    Node 5                                      Node 8      Node 5
    247247    //      symbol   expression                                replacement   expression
Note: See TracChangeset for help on using the changeset viewer.