• Show log

    Commit

  • Hash : 79185677
    Author : Shahbaz Youssefi
    Date : 2022-06-22T16:22:35

    Translator: Fix validation of struct with same-name struct field
    
    In the following:
    
    ```
    struct S
    {
        S s;
    };
    ```
    
    The `S` in the field refers to a previous declaration of `S` in an outer
    scope.  The validation code mistakenly attempted to ensure it refers to
    the same `S` being declared.
    
    Bug: chromium:1337628
    Change-Id: I86184be63bc59e608fe5b24369cd4c40b3bb3b31
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3716965
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Yuxin Hu <yuxinhu@google.com>
    Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org>
    

  • 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