• Show log

    Commit

  • Hash : 9a9c0484
    Author : Corentin Wallez
    Date : 2016-04-12T10:36:25

    Lexer: Error out on invalid field start.
    
    When parsing something like x.} the following would happen:
     - Parsing "." the lexer would move to the FIELDS start condition
     - Parsing } the lexer wouldn't find any <FIELDS> rule matching
     - The parser would fall back to <*>. that was asserted unreachable.
    
    The fix is to add a <FIELDS>. rule to catch bad field starts
    
    BUG=angleproject:1352
    
    Change-Id: I262d2b9ef5f7346c19ae5e19a173e24f40f2f600
    Reviewed-on: https://chromium-review.googlesource.com/338222
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Corentin Wallez <cwallez@chromium.org>
    Commit-Queue: Corentin Wallez <cwallez@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