• Show log

    Commit

  • Hash : 8afe1e1b
    Author : Olli Etuaho
    Date : 2015-08-05T18:00:01

    Track that indices of l-values are not required to be l-values
    
    In an expression like a[ind]++, a[ind] is required to be an l-value but
    ind is not. Reset the l-value required flags before traversing the index
    of an indexing operation, so that this is accurately tracked. After the
    index has been traversed, the previous state of the l-value required
    flags is restored.
    
    New tests are added to angle_unittests cover this functionality.
    
    TEST=angle_unittests
    BUG=angleproject:1116
    
    Change-Id: I8929ec01e85e672c83ef7d385e455b7df8682f4b
    Reviewed-on: https://chromium-review.googlesource.com/290561
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Zhenyao Mo <zmo@chromium.org>
    Tested-by: Olli Etuaho <oetuaho@nvidia.com>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags